mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4236] [MERGED] Fix some warnings #9970
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/4236
Author: @ConfusedPolarBear
Created: 9/29/2020
Status: ✅ Merged
Merged: 9/29/2020
Merged by: @Bond-009
Base:
master← Head:warnings1📝 Commits (1)
53d5f64Fix SA1513, SA1514, SA1507, and SA1508📊 Changes
47 files changed (+74 additions, -33 deletions)
View changed files
📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+0 -3)📝
Emby.Server.Implementations/Dto/DtoService.cs(+0 -1)📝
Emby.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs(+0 -1)📝
Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs(+0 -8)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+1 -0)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+1 -0)📝
MediaBrowser.Controller/Channels/InternalChannelFeatures.cs(+2 -0)📝
MediaBrowser.Controller/Entities/Audio/Audio.cs(+0 -1)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+2 -0)📝
MediaBrowser.Controller/Entities/Folder.cs(+0 -1)📝
MediaBrowser.Controller/Entities/IHasMediaSources.cs(+0 -2)📝
MediaBrowser.Controller/Entities/Photo.cs(+0 -1)📝
MediaBrowser.Controller/Entities/TV/Series.cs(+0 -1)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+0 -1)📝
MediaBrowser.Controller/IO/FileData.cs(+0 -1)📝
MediaBrowser.Controller/Library/ILibraryManager.cs(+2 -0)📝
MediaBrowser.Controller/Library/IMediaSourceManager.cs(+2 -0)📝
MediaBrowser.Controller/Library/ItemResolveArgs.cs(+1 -0)📝
MediaBrowser.Controller/LiveTv/ILiveTvManager.cs(+1 -0)📝
MediaBrowser.Controller/LiveTv/ITunerHost.cs(+0 -1)...and 27 more files
📄 Description
As part of #2149, removes all occurrences of:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.