mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3841] [MERGED] Fix warnings #9726
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/3841
Author: @Bond-009
Created: 8/7/2020
Status: ✅ Merged
Merged: 8/20/2020
Merged by: @anthonylavado
Base:
master← Head:warn23📝 Commits (5)
2b400c9Fix warningse77a45aMinor change68edccdMore warnce352e4Address comments5d0a17fMore fixes📊 Changes
49 files changed (+408 additions, -331 deletions)
View changed files
📝
Emby.Dlna/DlnaManager.cs(+6 -6)📝
Emby.Dlna/PlayTo/Device.cs(+17 -19)📝
Emby.Dlna/PlayTo/TransportCommands.cs(+9 -8)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+2 -2)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs(+1 -1)📝
Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs(+2 -3)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+54 -52)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs(+13 -10)📝
Jellyfin.Api/Controllers/ImageController.cs(+1 -1)📝
MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs(+4 -1)📝
MediaBrowser.Controller/Entities/Movies/Movie.cs(+13 -6)📝
MediaBrowser.Controller/Entities/TV/Series.cs(+1 -1)📝
MediaBrowser.Controller/Entities/Trailer.cs(+2 -1)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+6 -8)📝
MediaBrowser.Controller/Library/Profiler.cs(+13 -4)📝
MediaBrowser.Controller/LiveTv/LiveTvChannel.cs(+1 -1)📝
MediaBrowser.Controller/LiveTv/LiveTvProgram.cs(+1 -1)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+4 -4)📝
MediaBrowser.Controller/Providers/IProviderManager.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs(+5 -4)...and 29 more files
📄 Description
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.