[PR #6042] [MERGED] Reduce warnings in MediaBrowser.Controller (Part 2) #10789

Closed
opened 2026-02-07 06:26:43 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: mbc-warn-2


📝 Commits (2)

  • 6bcbc2b Reduce warnings in MediaBrowser.Controller
  • b6dda30 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6042 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 5/13/2021 **Status:** ✅ Merged **Merged:** 5/18/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `mbc-warn-2` --- ### 📝 Commits (2) - [`6bcbc2b`](https://github.com/jellyfin/jellyfin/commit/6bcbc2b88ae84b1d7cfc50f0872580bed437a60f) Reduce warnings in MediaBrowser.Controller - [`b6dda30`](https://github.com/jellyfin/jellyfin/commit/b6dda30a33e7ea3465629e041be74b3e9022d810) Fix suggestions from review ### 📊 Changes **53 files changed** (+417 additions, -435 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description No functional changes, just moving things around and adding some documentation. Part of https://github.com/jellyfin/jellyfin/issues/2149 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:26:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10789