mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3947] [MERGED] Fix all warnings in Emby.Dlna #9778
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/3947
Author: @Bond-009
Created: 8/20/2020
Status: ✅ Merged
Merged: 8/21/2020
Merged by: @anthonylavado
Base:
master← Head:warn25📝 Commits (1)
170e434Fix all warnings in Emby.Dlna📊 Changes
36 files changed (+529 additions, -504 deletions)
View changed files
📝
Emby.Dlna/Common/ServiceAction.cs(+1 -1)📝
Emby.Dlna/Common/StateVariable.cs(+2 -1)📝
Emby.Dlna/ConfigurationExtension.cs(+0 -16)📝
Emby.Dlna/ConnectionManager/ConnectionManagerService.cs(+4 -6)📝
Emby.Dlna/ContentDirectory/ContentDirectoryService.cs(+3 -3)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+63 -89)➕
Emby.Dlna/ContentDirectory/ServerItem.cs(+23 -0)➕
Emby.Dlna/ContentDirectory/StubType.cs(+28 -0)📝
Emby.Dlna/ControlRequest.cs(+3 -3)📝
Emby.Dlna/ControlResponse.cs(+1 -1)📝
Emby.Dlna/Didl/DidlBuilder.cs(+26 -49)📝
Emby.Dlna/Didl/Filter.cs(+1 -3)➕
Emby.Dlna/DlnaConfigurationFactory.cs(+24 -0)📝
Emby.Dlna/DlnaManager.cs(+9 -9)📝
Emby.Dlna/Emby.Dlna.csproj(+1 -1)📝
Emby.Dlna/EventSubscriptionResponse.cs(+1 -1)📝
Emby.Dlna/IEventManager.cs(+10 -0)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+10 -23)📝
Emby.Dlna/MediaReceiverRegistrar/MediaReceiverRegistrarService.cs(+3 -3)📝
Emby.Dlna/PlayTo/Device.cs(+86 -81)...and 16 more files
📄 Description
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.