mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6475] [MERGED] Remove more and more warnings #10980
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/6475
Author: @crobibero
Created: 8/29/2021
Status: ✅ Merged
Merged: 9/3/2021
Merged by: @Bond-009
Base:
master← Head:warn-259810📝 Commits (8)
cba07b1Remove more and more warningsd7459faAdd missing xmldocecb4b8eApply suggestions from code reviewec13412Merge remote-tracking branch 'upstream/master' into warn-2598108e498b0Fix issues from merge611c20dFix indentation3f2c706Apply suggestions from code reviewbfb37a9Fix typos📊 Changes
87 files changed (+1560 additions, -681 deletions)
View changed files
📝
Emby.Dlna/ContentDirectory/ServerItem.cs(+1 -1)📝
Emby.Dlna/Didl/DidlBuilder.cs(+1 -1)📝
Emby.Server.Implementations/ApplicationHost.cs(+2 -1)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+3 -3)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+1 -1)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+7 -1)📝
Emby.Server.Implementations/Data/SqliteUserDataRepository.cs(+4 -4)📝
Emby.Server.Implementations/Dto/DtoService.cs(+19 -22)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+2 -2)📝
Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs(+3 -0)📝
Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs(+2 -0)📝
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs(+2 -2)📝
Emby.Server.Implementations/IStartupOptions.cs(+1 -1)📝
Emby.Server.Implementations/Images/CollectionFolderImageProvider.cs(+6 -6)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+4 -4)📝
Emby.Server.Implementations/Library/Resolvers/Audio/AudioResolver.cs(+6 -6)📝
Emby.Server.Implementations/Library/Resolvers/BaseVideoResolver.cs(+7 -19)📝
Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs(+0 -0)📝
Emby.Server.Implementations/Library/Resolvers/ItemResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs(+2 -2)...and 67 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.