mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2767] [MERGED] Enable nullabe reference types for MediaBrowser.Model #9215
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/2767
Author: @Bond-009
Created: 4/5/2020
Status: ✅ Merged
Merged: 6/3/2020
Merged by: @JustAMan
Base:
master← Head:nullable3📝 Commits (6)
30ce346Enable nullabe reference types for MediaBrowser.Model9cca964Address commentsfc049caMerge branch 'master' into nullable327ce10dFix release build7439e09Merge branch 'master' into nullable3959a965Update MediaBrowser.Model/Services/IHasRequestFilter.cs📊 Changes
204 files changed (+641 additions, -508 deletions)
View changed files
📝
Emby.Dlna/Ssdp/DeviceDiscovery.cs(+6 -10)📝
Emby.Drawing/ImageProcessor.cs(+2 -2)📝
Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs(+1 -1)📝
Emby.Server.Implementations/Cryptography/CryptographyProvider.cs(+2 -2)📝
Emby.Server.Implementations/Devices/DeviceManager.cs(+1 -7)📝
Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs(+2 -1)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+1 -5)📝
Emby.Server.Implementations/Library/UserManager.cs(+5 -5)📝
Emby.Server.Implementations/LiveTv/EmbyTV/TimerManager.cs(+2 -2)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+15 -42)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+1 -4)📝
Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs(+4 -7)📝
Emby.Server.Implementations/ScheduledTasks/TaskManager.cs(+2 -9)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+1 -1)📝
MediaBrowser.Api/EnvironmentService.cs(+2 -13)📝
MediaBrowser.Api/Images/RemoteImageService.cs(+1 -2)📝
MediaBrowser.Controller/LiveTv/TimerEventInfo.cs(+11 -2)📝
MediaBrowser.Model/Activity/ActivityLogEntry.cs(+1 -0)📝
MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs(+1 -0)📝
MediaBrowser.Model/Branding/BrandingOptions.cs(+1 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.