[PR #3841] [MERGED] Fix warnings #9726

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3841
Author: @Bond-009
Created: 8/7/2020
Status: Merged
Merged: 8/20/2020
Merged by: @anthonylavado

Base: masterHead: warn23


📝 Commits (5)

📊 Changes

49 files changed (+408 additions, -331 deletions)

View changed files

📝 Emby.Dlna/DlnaManager.cs (+6 -6)
📝 Emby.Dlna/PlayTo/Device.cs (+17 -19)
📝 Emby.Dlna/PlayTo/TransportCommands.cs (+9 -8)
📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+2 -2)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs (+1 -1)
📝 Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs (+2 -3)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+54 -52)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs (+13 -10)
📝 Jellyfin.Api/Controllers/ImageController.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs (+4 -1)
📝 MediaBrowser.Controller/Entities/Movies/Movie.cs (+13 -6)
📝 MediaBrowser.Controller/Entities/TV/Series.cs (+1 -1)
📝 MediaBrowser.Controller/Entities/Trailer.cs (+2 -1)
📝 MediaBrowser.Controller/Entities/UserViewBuilder.cs (+6 -8)
📝 MediaBrowser.Controller/Library/Profiler.cs (+13 -4)
📝 MediaBrowser.Controller/LiveTv/LiveTvChannel.cs (+1 -1)
📝 MediaBrowser.Controller/LiveTv/LiveTvProgram.cs (+1 -1)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+4 -4)
📝 MediaBrowser.Controller/Providers/IProviderManager.cs (+1 -1)
📝 MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs (+5 -4)

...and 29 more files

📄 Description

#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/3841 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/7/2020 **Status:** ✅ Merged **Merged:** 8/20/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `warn23` --- ### 📝 Commits (5) - [`2b400c9`](https://github.com/jellyfin/jellyfin/commit/2b400c99ef946ef1e52e3f01cb18bc008a369c59) Fix warnings - [`e77a45a`](https://github.com/jellyfin/jellyfin/commit/e77a45adcf5241cb8c72d6786344228ae9d61c8e) Minor change - [`68edccd`](https://github.com/jellyfin/jellyfin/commit/68edccd9f4e9137b13ad4006c19bb6582341aec6) More warn - [`ce352e4`](https://github.com/jellyfin/jellyfin/commit/ce352e4a1d272e3d81ce2c41704e8564db5cec48) Address comments - [`5d0a17f`](https://github.com/jellyfin/jellyfin/commit/5d0a17fd422c983776aa6d2e3a698ad9ffd2c250) More fixes ### 📊 Changes **49 files changed** (+408 additions, -331 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/DlnaManager.cs` (+6 -6) 📝 `Emby.Dlna/PlayTo/Device.cs` (+17 -19) 📝 `Emby.Dlna/PlayTo/TransportCommands.cs` (+9 -8) 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+2 -2) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs` (+1 -1) 📝 `Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs` (+2 -3) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+54 -52) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs` (+13 -10) 📝 `Jellyfin.Api/Controllers/ImageController.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs` (+4 -1) 📝 `MediaBrowser.Controller/Entities/Movies/Movie.cs` (+13 -6) 📝 `MediaBrowser.Controller/Entities/TV/Series.cs` (+1 -1) 📝 `MediaBrowser.Controller/Entities/Trailer.cs` (+2 -1) 📝 `MediaBrowser.Controller/Entities/UserViewBuilder.cs` (+6 -8) 📝 `MediaBrowser.Controller/Library/Profiler.cs` (+13 -4) 📝 `MediaBrowser.Controller/LiveTv/LiveTvChannel.cs` (+1 -1) 📝 `MediaBrowser.Controller/LiveTv/LiveTvProgram.cs` (+1 -1) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+4 -4) 📝 `MediaBrowser.Controller/Providers/IProviderManager.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs` (+5 -4) _...and 29 more files_ </details> ### 📄 Description #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:07:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9726