[PR #6006] [MERGED] Reduce warnings in MediaBrowser.Controller #10595

Closed
opened 2025-12-22 08:09:06 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6006
Author: @crobibero
Created: 5/7/2021
Status: Merged
Merged: 5/11/2021
Merged by: @Bond-009

Base: masterHead: warn-001


📝 Commits (3)

  • cc7f42a Reduce warnings in MediaBrowser.Controller
  • 7cb2996 Restore launchSettings.json
  • 04699d3 Update MediaBrowser.Controller/Drawing/ImageCollageOptions.cs

📊 Changes

50 files changed (+366 additions, -289 deletions)

View changed files

📝 Emby.Server.Implementations/Collections/CollectionManager.cs (+3 -11)
📝 Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs (+1 -1)
📝 Jellyfin.Api/Controllers/MoviesController.cs (+5 -6)
📝 Jellyfin.Api/Controllers/PersonsController.cs (+3 -3)
📝 Jellyfin.Drawing.Skia/StripCollageBuilder.cs (+7 -7)
📝 MediaBrowser.Controller/Channels/ChannelItemInfo.cs (+13 -13)
📝 MediaBrowser.Controller/Channels/ChannelItemResult.cs (+4 -4)
MediaBrowser.Controller/Channels/ChannelLatestMediaSearch.cs (+11 -0)
📝 MediaBrowser.Controller/Channels/ChannelSearchInfo.cs (+0 -5)
MediaBrowser.Controller/Collections/CollectionCreatedEventArgs.cs (+24 -0)
📝 MediaBrowser.Controller/Collections/CollectionCreationOptions.cs (+2 -2)
📝 MediaBrowser.Controller/Collections/CollectionModifiedEventArgs.cs (+7 -16)
📝 MediaBrowser.Controller/Drawing/ImageCollageOptions.cs (+3 -1)
📝 MediaBrowser.Controller/Drawing/ImageStream.cs (+8 -2)
📝 MediaBrowser.Controller/Dto/DtoOptions.cs (+21 -24)
📝 MediaBrowser.Controller/Entities/AggregateFolder.cs (+1 -0)
📝 MediaBrowser.Controller/Entities/Audio/MusicArtist.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+4 -4)
📝 MediaBrowser.Controller/Entities/Book.cs (+5 -5)
📝 MediaBrowser.Controller/Entities/Genre.cs (+1 -1)

...and 30 more files

📄 Description

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/6006 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 5/7/2021 **Status:** ✅ Merged **Merged:** 5/11/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `warn-001` --- ### 📝 Commits (3) - [`cc7f42a`](https://github.com/jellyfin/jellyfin/commit/cc7f42a05cc1631666cf6783b1d363409522918e) Reduce warnings in MediaBrowser.Controller - [`7cb2996`](https://github.com/jellyfin/jellyfin/commit/7cb2996aa54ef042ae21acefc18532d0ac5c80ce) Restore launchSettings.json - [`04699d3`](https://github.com/jellyfin/jellyfin/commit/04699d345e3c5e127f1c481ea28bf0558e7ade30) Update MediaBrowser.Controller/Drawing/ImageCollageOptions.cs ### 📊 Changes **50 files changed** (+366 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Collections/CollectionManager.cs` (+3 -11) 📝 `Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/MoviesController.cs` (+5 -6) 📝 `Jellyfin.Api/Controllers/PersonsController.cs` (+3 -3) 📝 `Jellyfin.Drawing.Skia/StripCollageBuilder.cs` (+7 -7) 📝 `MediaBrowser.Controller/Channels/ChannelItemInfo.cs` (+13 -13) 📝 `MediaBrowser.Controller/Channels/ChannelItemResult.cs` (+4 -4) ➕ `MediaBrowser.Controller/Channels/ChannelLatestMediaSearch.cs` (+11 -0) 📝 `MediaBrowser.Controller/Channels/ChannelSearchInfo.cs` (+0 -5) ➕ `MediaBrowser.Controller/Collections/CollectionCreatedEventArgs.cs` (+24 -0) 📝 `MediaBrowser.Controller/Collections/CollectionCreationOptions.cs` (+2 -2) 📝 `MediaBrowser.Controller/Collections/CollectionModifiedEventArgs.cs` (+7 -16) 📝 `MediaBrowser.Controller/Drawing/ImageCollageOptions.cs` (+3 -1) 📝 `MediaBrowser.Controller/Drawing/ImageStream.cs` (+8 -2) 📝 `MediaBrowser.Controller/Dto/DtoOptions.cs` (+21 -24) 📝 `MediaBrowser.Controller/Entities/AggregateFolder.cs` (+1 -0) 📝 `MediaBrowser.Controller/Entities/Audio/MusicArtist.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+4 -4) 📝 `MediaBrowser.Controller/Entities/Book.cs` (+5 -5) 📝 `MediaBrowser.Controller/Entities/Genre.cs` (+1 -1) _...and 30 more files_ </details> ### 📄 Description 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>
backuprepo 2025-12-22 08:09:06 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#10595
No description provided.