mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4356] [CLOSED] Eliminate compiler warnings on solution #10041
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/4356
Author: @xaviergxf
Created: 10/21/2020
Status: ❌ Closed
Base:
master← Head:fix-warnings📝 Commits (1)
eb73396Removed warnings📊 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.