mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4572] [CLOSED] Networking Phase 2: Code commenting and optimization and a fix #10164
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/4572
Author: @BaronGreenback
Created: 11/24/2020
Status: ❌ Closed
Base:
master← Head:NetworkPhase2_DidlComments📝 Commits (4)
5f61171Add comments to didl & small optimization.7aa869dUpdate DidlBuilder.cs720b9f5Update Utf8StringWriter.cs869158aCommented.📊 Changes
7 files changed (+365 additions, -73 deletions)
View changed files
📝
Emby.Dlna/Configuration/DlnaOptions.cs(+16 -6)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+2 -1)📝
Emby.Dlna/Didl/DidlBuilder.cs(+312 -62)📝
Emby.Dlna/Didl/Filter.cs(+15 -2)➕
Emby.Dlna/Didl/Utf8StringWriter.cs(+16 -0)📝
Emby.Dlna/PlayTo/PlayToController.cs(+2 -1)📝
Emby.Dlna/Service/BaseControlHandler.cs(+2 -1)📄 Description
No new functionality.
Fixed: DLNA Debug output is now unescaped and html decoded, making it actually useful!
Added comments to dlna didl class.
Some static methods as recommended.
Added Utf8StringWriter to replace StringWriterWithEncoding.cs.
Got rid of a TODO.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.