mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4109] [CLOSED] Project: Network 7 - Static and commented implementation of the code as recommended by the IDE. #9885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4109
Author: @BaronGreenback
Created: 9/9/2020
Status: ❌ Closed
Base:
master← Head:Dlna_simplification2📝 Commits (6)
763867cStatic and commented implimention of the code as recommended by the IDE.4ae9f69Add files via upload0d64c6eAdd files via upload90b3dd2Add files via upload5dc928cUpdate ControlHandler.csc678380Update MediaReceiverRegistrarXmlBuilder.cs📊 Changes
18 files changed (+1230 additions, -382 deletions)
View changed files
📝
Emby.Dlna/ConnectionManager/ConnectionManagerService.cs(+11 -3)📝
Emby.Dlna/ConnectionManager/ConnectionManagerXmlBuilder.cs(+79 -68)📝
Emby.Dlna/ConnectionManager/ControlHandler.cs(+13 -2)📝
Emby.Dlna/ConnectionManager/ServiceActionListBuilder.cs(+32 -7)📝
Emby.Dlna/ContentDirectory/ContentDirectoryService.cs(+28 -3)📝
Emby.Dlna/ContentDirectory/ContentDirectoryXmlBuilder.cs(+120 -111)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+430 -77)📝
Emby.Dlna/ContentDirectory/ServerItem.cs(+13 -2)📝
Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs(+44 -7)📝
Emby.Dlna/ContentDirectory/StubType.cs(+3 -0)📝
Emby.Dlna/Didl/DidlBuilder.cs(+247 -28)📝
Emby.Dlna/Didl/Filter.cs(+15 -2)📝
Emby.Dlna/Didl/StringWriterWithEncoding.cs(+42 -1)📝
Emby.Dlna/MediaReceiverRegistrar/ControlHandler.cs(+16 -2)📝
Emby.Dlna/MediaReceiverRegistrar/MediaReceiverRegistrarService.cs(+10 -3)📝
Emby.Dlna/MediaReceiverRegistrar/MediaReceiverRegistrarXmlBuilder.cs(+66 -55)📝
Emby.Dlna/MediaReceiverRegistrar/ServiceActionListBuilder.cs(+40 -7)📝
Emby.Dlna/Service/ServiceXmlBuilder.cs(+21 -4)📄 Description
Commented all methods.
Changed to static where recommended.
Simplified using.
Nothing else changed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.