mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6078] [MERGED] Remove warninigs from MediaBrowser.Controller (Part 3) #10816
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/6078
Author: @crobibero
Created: 5/19/2021
Status: ✅ Merged
Merged: 6/6/2021
Merged by: @Bond-009
Base:
master← Head:warn-003📝 Commits (7)
88e2eccRemove warnings from MediaBrowser.Controller4c4ba51Apply suggestions from code review4a2fcc1Suggestion from reviewd8510c1Merge remote-tracking branch 'origin/warn-003' into warn-0035746578Merge remote-tracking branch 'upstream/master' into warn-0035bc4c82Fix do..while warning8cb5f1aRevert culture comparison📊 Changes
40 files changed (+183 additions, -136 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+5 -5)📝
MediaBrowser.Controller/Channels/IDisableMediaSourceDisplay.cs(+7 -1)📝
MediaBrowser.Controller/Channels/ISupportsMediaProbe.cs(+4 -1)📝
MediaBrowser.Controller/Entities/AggregateFolder.cs(+3 -3)📝
MediaBrowser.Controller/Entities/Audio/Audio.cs(+5 -4)📝
MediaBrowser.Controller/Entities/Audio/MusicArtist.cs(+2 -2)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+24 -18)📝
MediaBrowser.Controller/Entities/CollectionFolder.cs(+3 -3)📝
MediaBrowser.Controller/Entities/Folder.cs(+13 -14)📝
MediaBrowser.Controller/Entities/Genre.cs(+5 -1)📝
MediaBrowser.Controller/Entities/IHasScreenshots.cs(+3 -1)📝
MediaBrowser.Controller/Entities/ISupportsBoxSetGrouping.cs(+2 -0)📝
MediaBrowser.Controller/Entities/LinkedChildComparer.cs(+2 -1)📝
MediaBrowser.Controller/Entities/TV/Episode.cs(+4 -3)📝
MediaBrowser.Controller/Entities/TV/Season.cs(+2 -2)📝
MediaBrowser.Controller/Entities/UserRootFolder.cs(+2 -2)📝
MediaBrowser.Controller/Entities/UserView.cs(+1 -1)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+10 -8)📝
MediaBrowser.Controller/Entities/Video.cs(+2 -1)📝
MediaBrowser.Controller/IO/FileData.cs(+1 -1)...and 20 more files
📄 Description
Part of #2149
Warning codes remaining:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.