[PR #4356] [CLOSED] Eliminate compiler warnings on solution #10041

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4356
Author: @xaviergxf
Created: 10/21/2020
Status: Closed

Base: masterHead: fix-warnings


📝 Commits (1)

📊 Changes

98 files changed (+8930 additions, -8801 deletions)

View changed files

📝 Emby.Dlna/ContentDirectory/ControlHandler.cs (+1 -1)
📝 Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs (+161 -160)
📝 Emby.Server.Implementations/AppBase/ConfigurationHelper.cs (+2 -0)
📝 Emby.Server.Implementations/ApplicationHost.cs (+952 -964)
Emby.Server.Implementations/CertificateInfo.cs (+11 -0)
📝 Emby.Server.Implementations/Channels/ChannelManager.cs (+2 -2)
📝 Emby.Server.Implementations/Collections/CollectionImageProvider.cs (+1 -1)
📝 Emby.Server.Implementations/Collections/CollectionManager.cs (+2 -2)
📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+4280 -4286)
📝 Emby.Server.Implementations/Dto/DtoService.cs (+707 -712)
📝 Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs (+1 -1)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -1)
📝 Emby.Server.Implementations/Library/UserViewManager.cs (+2 -2)
📝 Emby.Server.Implementations/LiveTv/LiveTvDtoService.cs (+1 -1)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+1 -1)
📝 Emby.Server.Implementations/Playlists/ManualPlaylistsFolder.cs (+1 -1)
📝 Emby.Server.Implementations/Playlists/PlaylistManager.cs (+8 -10)
📝 Emby.Server.Implementations/SyncPlay/SyncPlayController.cs (+278 -278)
📝 Emby.Server.Implementations/TV/TVSeriesManager.cs (+1 -1)
📝 Emby.Server.Implementations/Udp/UdpServer.cs (+45 -42)

...and 78 more files

📄 Description

Changes
Removed warnings from the solution.

Issues
Fixes: #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/4356 **Author:** [@xaviergxf](https://github.com/xaviergxf) **Created:** 10/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-warnings` --- ### 📝 Commits (1) - [`eb73396`](https://github.com/jellyfin/jellyfin/commit/eb7339650a961ff70557a467ac70d664c8bfe644) Removed warnings ### 📊 Changes **98 files changed** (+8930 additions, -8801 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/ContentDirectory/ControlHandler.cs` (+1 -1) 📝 `Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs` (+161 -160) 📝 `Emby.Server.Implementations/AppBase/ConfigurationHelper.cs` (+2 -0) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+952 -964) ➕ `Emby.Server.Implementations/CertificateInfo.cs` (+11 -0) 📝 `Emby.Server.Implementations/Channels/ChannelManager.cs` (+2 -2) 📝 `Emby.Server.Implementations/Collections/CollectionImageProvider.cs` (+1 -1) 📝 `Emby.Server.Implementations/Collections/CollectionManager.cs` (+2 -2) 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+4280 -4286) 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+707 -712) 📝 `Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/UserViewManager.cs` (+2 -2) 📝 `Emby.Server.Implementations/LiveTv/LiveTvDtoService.cs` (+1 -1) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Playlists/ManualPlaylistsFolder.cs` (+1 -1) 📝 `Emby.Server.Implementations/Playlists/PlaylistManager.cs` (+8 -10) 📝 `Emby.Server.Implementations/SyncPlay/SyncPlayController.cs` (+278 -278) 📝 `Emby.Server.Implementations/TV/TVSeriesManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Udp/UdpServer.cs` (+45 -42) _...and 78 more files_ </details> ### 📄 Description **Changes** Removed warnings from the solution. **Issues** Fixes: #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:13:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10041