mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4929] [CLOSED] Enable nullable for MediaBrowser.Providers project #10332
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/4929
Author: @martinek-stepan
Created: 1/2/2021
Status: ❌ Closed
Base:
master← Head:nullable-providers📝 Commits (3)
13eda0cEnable nullable for MediaBrowser.Providers project2c3d976Fixed errors in Release buildf9648a8More errors after rebase to new head📊 Changes
55 files changed (+540 additions, -440 deletions)
View changed files
📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+1 -1)📝
MediaBrowser.Controller/Providers/IProviderManager.cs(+3 -2)📝
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs(+1 -1)📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs(+3 -3)📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoFileInfo.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs(+5 -5)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+30 -24)📝
MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj(+2 -1)📝
MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs(+3 -3)📝
MediaBrowser.MediaEncoding/Probing/MediaChapter.cs(+4 -4)📝
MediaBrowser.MediaEncoding/Probing/MediaFormatInfo.cs(+8 -8)📝
MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs(+33 -33)📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+19 -19)📝
MediaBrowser.MediaEncoding/Subtitles/AssParser.cs(+12 -2)📝
MediaBrowser.MediaEncoding/Subtitles/SrtParser.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Subtitles/SsaParser.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs(+14 -10)📝
MediaBrowser.Model/Entities/ProviderIdsExtensions.cs(+2 -2)📝
MediaBrowser.Providers/Manager/ImageSaver.cs(+39 -18)...and 35 more files
📄 Description
Changes
Enable nullable on the project level and reflect changes in code.
Issues
Part of issue #2768
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.