mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7233] [MERGED] Fix some warnings #11310
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/7233
Author: @Bond-009
Created: 1/22/2022
Status: ✅ Merged
Merged: 2/15/2022
Merged by: @crobibero
Base:
master← Head:warn60📝 Commits (4)
1c14c86Fix some warnings8b2556aFix display preferencesdbd7be0Fix MediaStreamSelector5d28c55Fix indentation📊 Changes
22 files changed (+133 additions, -153 deletions)
View changed files
📝
Emby.Dlna/PlayTo/PlayToController.cs(+7 -9)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+2 -2)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+2 -2)📝
Emby.Server.Implementations/Library/MediaSourceManager.cs(+1 -1)📝
Emby.Server.Implementations/Library/MediaStreamSelector.cs(+31 -59)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+4 -4)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunHost.cs(+1 -1)📝
Emby.Server.Implementations/LiveTv/TunerHosts/M3UTunerHost.cs(+1 -1)📝
Emby.Server.Implementations/Localization/LocalizationManager.cs(+1 -7)📝
Jellyfin.Api/Controllers/SearchController.cs(+1 -5)📝
MediaBrowser.Controller/LiveTv/LiveTvChannel.cs(+1 -1)📝
MediaBrowser.Controller/Persistence/IItemRepository.cs(+1 -1)📝
MediaBrowser.Model/Dlna/ContentFeatureBuilder.cs(+1 -1)📝
MediaBrowser.Model/Dlna/StreamInfo.cs(+3 -25)📝
MediaBrowser.Model/Dto/MediaSourceInfo.cs(+2 -2)📝
MediaBrowser.Model/Dto/MetadataEditorInfo.cs(+7 -7)📝
MediaBrowser.Model/Globalization/CultureDto.cs(+15 -13)📝
MediaBrowser.Model/IO/IFileSystem.cs(+1 -1)📝
MediaBrowser.Model/Search/SearchHintResult.cs(+17 -5)📝
MediaBrowser.Providers/MediaInfo/FFProbeAudioInfo.cs(+1 -3)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.