mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3942] [MERGED] Reduce warnings in Emby.Dlna #9773
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/3942
Author: @daullmer
Created: 8/20/2020
Status: ✅ Merged
Merged: 8/20/2020
Merged by: @Bond-009
Base:
master← Head:dlna-warnings📝 Commits (2)
ca2b36bReduce warnings in Emby.Dlna1337a0dCode review📊 Changes
45 files changed (+400 additions, -352 deletions)
View changed files
📝
Emby.Dlna/ConfigurationExtension.cs(+2 -2)📝
Emby.Dlna/ConnectionManager/ConnectionManagerXmlBuilder.cs(+2 -2)📝
Emby.Dlna/ContentDirectory/ContentDirectoryXmlBuilder.cs(+3 -2)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+3 -3)📝
Emby.Dlna/ControlRequest.cs(+5 -5)📝
Emby.Dlna/Didl/DidlBuilder.cs(+48 -44)📝
Emby.Dlna/Didl/StringWriterWithEncoding.cs(+1 -1)📝
Emby.Dlna/DlnaManager.cs(+1 -0)📝
Emby.Dlna/Eventing/EventManager.cs(+5 -3)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+42 -19)📝
Emby.Dlna/MediaReceiverRegistrar/MediaReceiverRegistrarXmlBuilder.cs(+2 -1)📝
Emby.Dlna/PlayTo/Device.cs(+15 -11)📝
Emby.Dlna/PlayTo/DeviceInfo.cs(+3 -2)➕
Emby.Dlna/PlayTo/MediaChangedEventArgs.cs(+13 -0)📝
Emby.Dlna/PlayTo/PlayToController.cs(+19 -12)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+27 -26)📝
Emby.Dlna/PlayTo/PlaybackStoppedEventArgs.cs(+0 -7)➖
Emby.Dlna/PlayTo/TRANSPORTSTATE.cs(+0 -13)➕
Emby.Dlna/PlayTo/TransportState.cs(+13 -0)📝
Emby.Dlna/PlayTo/uBaseObject.cs(+10 -10)...and 25 more files
📄 Description
#2149
Reduces the warnings in Emby.Dlna to 189
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.