mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3336] [MERGED] Fix trivial SA1005, SA1111, SA1508, SA1510 warnings #9461
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/3336
Author: @telans
Created: 6/14/2020
Status: ✅ Merged
Merged: 6/15/2020
Merged by: @anthonylavado
Base:
master← Head:specific-fixes📝 Commits (6)
726e116fix SA1510acd4389fix SA10053d9049efix SA15089b528aamiscafc9224fix SA11118620dfcremove symlink📊 Changes
201 files changed (+281 additions, -520 deletions)
View changed files
📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+3 -3)📝
Emby.Dlna/Didl/DidlBuilder.cs(+8 -9)📝
Emby.Dlna/Didl/Filter.cs(+1 -2)📝
Emby.Dlna/DlnaManager.cs(+4 -5)📝
Emby.Dlna/Eventing/EventManager.cs(+0 -1)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+1 -1)📝
Emby.Dlna/PlayTo/Device.cs(+1 -4)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+1 -3)📝
Emby.Dlna/PlayTo/SsdpHttpClient.cs(+0 -1)📝
Emby.Dlna/Ssdp/DeviceDiscovery.cs(+1 -1)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+1 -1)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+0 -1)📝
Emby.Server.Implementations/Data/CleanDatabaseScheduledTask.cs(+0 -1)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+1 -8)📝
Emby.Server.Implementations/Data/SqliteUserDataRepository.cs(+1 -1)📝
Emby.Server.Implementations/Devices/DeviceManager.cs(+1 -1)📝
Emby.Server.Implementations/Dto/DtoService.cs(+8 -12)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+0 -1)📝
Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs(+0 -2)📝
Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs(+0 -1)...and 80 more files
📄 Description
Changes
Issues
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.