mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6005] [MERGED] Enable nullable reference types for Emby.Dlna #10776
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/6005
Author: @Bond-009
Created: 5/7/2021
Status: ✅ Merged
Merged: 5/7/2021
Merged by: @Bond-009
Base:
master← Head:nullable3📝 Commits (1)
06caee2Enable nullable reference types for Emby.Dlna📊 Changes
32 files changed (+64 additions, -16 deletions)
View changed files
📝
Emby.Dlna/Configuration/DlnaOptions.cs(+2 -0)📝
Emby.Dlna/ConfigurationExtension.cs(+0 -1)📝
Emby.Dlna/ContentDirectory/ContentDirectoryService.cs(+2 -0)📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+2 -0)📝
Emby.Dlna/ControlRequest.cs(+2 -0)📝
Emby.Dlna/ControlResponse.cs(+2 -0)📝
Emby.Dlna/Didl/DidlBuilder.cs(+2 -0)📝
Emby.Dlna/Didl/StringWriterWithEncoding.cs(+1 -1)📝
Emby.Dlna/DlnaConfigurationFactory.cs(+0 -1)📝
Emby.Dlna/DlnaManager.cs(+2 -0)📝
Emby.Dlna/Emby.Dlna.csproj(+1 -0)📝
Emby.Dlna/EventSubscriptionResponse.cs(+2 -0)📝
Emby.Dlna/Eventing/DlnaEventManager.cs(+2 -0)📝
Emby.Dlna/Eventing/EventSubscription.cs(+2 -0)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+2 -0)📝
Emby.Dlna/PlayTo/Device.cs(+2 -0)📝
Emby.Dlna/PlayTo/DeviceInfo.cs(+2 -0)📝
Emby.Dlna/PlayTo/MediaChangedEventArgs.cs(+2 -0)📝
Emby.Dlna/PlayTo/PlayToController.cs(+2 -0)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+2 -0)...and 12 more files
📄 Description
#2768
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.