mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4380] [CLOSED] Remove warnings #10046
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/4380
Author: @dcparga
Created: 10/27/2020
Status: ❌ Closed
Base:
master← Head:remove-warnings📝 Commits (1)
9740582Remove warnings📊 Changes
139 files changed (+4314 additions, -4884 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+585 -605)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+1 -1)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+5 -5)📝
Emby.Server.Implementations/Data/SqliteUserDataRepository.cs(+1 -1)📝
Emby.Server.Implementations/Devices/DeviceManager.cs(+38 -41)📝
Emby.Server.Implementations/Dto/DtoService.cs(+100 -155)📝
Emby.Server.Implementations/IO/LibraryMonitor.cs(+128 -128)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+2 -2)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+2 -2)📝
Emby.Server.Implementations/Library/ResolverHelper.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/TV/EpisodeResolver.cs(+11 -11)📝
Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+1 -1)📝
Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs(+163 -185)📝
Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs(+1 -1)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/ChapterImagesTask.cs(+0 -3)📝
Emby.Server.Implementations/ScheduledTasks/Tasks/RefreshMediaLibraryTask.cs(+0 -3)📝
Emby.Server.Implementations/ScheduledTasks/Triggers/StartupTrigger.cs(+13 -13)📝
Emby.Server.Implementations/Serialization/JsonSerializer.cs(+12 -12)📝
MediaBrowser.Controller/Channels/ChannelItemInfo.cs(+14 -14)...and 80 more files
📄 Description
Changes
Removed some basic warnings:
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.