mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #1852] [MERGED] Fix some more warnings #8919
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/1852
Author: @Bond-009
Created: 10/7/2019
Status: ✅ Merged
Merged: 11/1/2019
Merged by: @dkanada
Base:
master← Head:warn9📝 Commits (6)
d9a03c9Fix more warnings016be02More warning fixes10ae815Address commentsd868530Fix comments43f51b2Fix build92abc20Style fix📊 Changes
79 files changed (+878 additions, -695 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+2 -2)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+2 -2)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+5 -5)📝
Emby.Server.Implementations/Data/SqliteDisplayPreferencesRepository.cs(+5 -5)📝
Emby.Server.Implementations/Data/SqliteExtensions.cs(+52 -64)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+24 -21)📝
Emby.Server.Implementations/Data/SqliteUserDataRepository.cs(+5 -10)📝
Emby.Server.Implementations/Data/SqliteUserRepository.cs(+1 -1)📝
Emby.Server.Implementations/EntryPoints/RefreshUsersMetadata.cs(+1 -1)📝
Emby.Server.Implementations/Library/InvalidAuthProvider.cs(+0 -1)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+8 -8)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+7 -6)📝
Emby.Server.Implementations/Library/UserManager.cs(+1 -1)📝
Emby.Server.Implementations/Library/Validators/PeopleValidator.cs(+18 -10)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs(+11 -9)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+16 -13)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+13 -16)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/ChapterImagesTask.cs(+8 -7)📝
Emby.Server.Implementations/Serialization/MyXmlSerializer.cs(+5 -31)📝
Emby.Server.Implementations/ServerApplicationPaths.cs(+1 -1)...and 59 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.