mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6042] [MERGED] Reduce warnings in MediaBrowser.Controller (Part 2) #10789
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/6042
Author: @crobibero
Created: 5/13/2021
Status: ✅ Merged
Merged: 5/18/2021
Merged by: @Bond-009
Base:
master← Head:mbc-warn-2📝 Commits (2)
6bcbc2bReduce warnings in MediaBrowser.Controllerb6dda30Fix suggestions from review📊 Changes
53 files changed (+417 additions, -435 deletions)
View changed files
📝
MediaBrowser.Controller/Channels/Channel.cs(+1 -1)📝
MediaBrowser.Controller/Channels/IChannelManager.cs(+24 -4)➕
MediaBrowser.Controller/Channels/IDisableMediaSourceDisplay.cs(+8 -0)➕
MediaBrowser.Controller/Channels/IHasFolderAttributes.cs(+9 -0)📝
MediaBrowser.Controller/Channels/IRequiresMediaInfoCallback.cs(+6 -2)📝
MediaBrowser.Controller/Channels/ISearchableChannel.cs(+0 -32)➕
MediaBrowser.Controller/Channels/ISupportsDelete.cs(+15 -0)➕
MediaBrowser.Controller/Channels/ISupportsLatestMedia.cs(+21 -0)➕
MediaBrowser.Controller/Channels/ISupportsMediaProbe.cs(+8 -0)📝
MediaBrowser.Controller/Channels/InternalChannelFeatures.cs(+2 -2)📝
MediaBrowser.Controller/Devices/IDeviceManager.cs(+3 -1)📝
MediaBrowser.Controller/Dto/IDtoService.cs(+6 -0)📝
MediaBrowser.Controller/Entities/AggregateFolder.cs(+4 -4)📝
MediaBrowser.Controller/Entities/Audio/MusicArtist.cs(+2 -2)📝
MediaBrowser.Controller/Entities/Audio/MusicGenre.cs(+3 -3)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+24 -15)📝
MediaBrowser.Controller/Entities/CollectionFolder.cs(+38 -28)📝
MediaBrowser.Controller/Entities/Folder.cs(+84 -86)📝
MediaBrowser.Controller/Entities/Genre.cs(+20 -22)📝
MediaBrowser.Controller/Entities/IHasSeries.cs(+1 -1)...and 33 more files
📄 Description
No functional changes, just moving things around and adding some documentation.
Part of https://github.com/jellyfin/jellyfin/issues/2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.