mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6649] [MERGED] Fix Warnings in Emby.Server.Implementations (Part 2) #11069
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/6649
Author: @barronpm
Created: 10/2/2021
Status: ✅ Merged
Merged: 10/6/2021
Merged by: @Bond-009
Base:
master← Head:implementations-warn2📝 Commits (10+)
078200dFix warnings in Sortingc09ef74Fix warnings in IO8c8ca9aFix warnings in UdpSocket7ae055fFix warnings in UdpServerb17a452Fix warnings in ServerApplicationPaths7ea4c84Fix warnings in InstallationManageraa3c330Fix warnings in Playlists876a902Fix warnings in Library7180983Fix warnings in SessionManager80223c5Fix warnings in WebSocketConnection📊 Changes
40 files changed (+204 additions, -178 deletions)
View changed files
📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+1 -1)📝
Emby.Server.Implementations/Devices/DeviceId.cs(+10 -11)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+1 -1)📝
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs(+3 -3)📝
Emby.Server.Implementations/IO/LibraryMonitor.cs(+20 -16)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+9 -9)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+2 -2)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+1 -1)📝
Emby.Server.Implementations/Library/PathExtensions.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/Audio/MusicAlbumResolver.cs(+3 -0)📝
Emby.Server.Implementations/Library/Resolvers/BaseVideoResolver.cs(+4 -0)📝
Emby.Server.Implementations/Library/Resolvers/Books/BookResolver.cs(+3 -4)📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+2 -2)📝
Emby.Server.Implementations/Library/Resolvers/SpecialFolderResolver.cs(+0 -1)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+1 -1)📝
Emby.Server.Implementations/Library/UserDataManager.cs(+7 -8)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+10 -8)📝
Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs(+7 -4)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs(+2 -2)📝
Emby.Server.Implementations/LiveTv/EmbyTV/IRecorder.cs(+7 -0)...and 20 more files
📄 Description
Changes
Fixes more warnings (Down to 16 now). Depends on #6648
Issues
Part of #2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.