mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6979] [MERGED] Use BaseItemKind where possible #11214
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/6979
Author: @crobibero
Created: 12/12/2021
Status: ✅ Merged
Merged: 12/15/2021
Merged by: @cvium
Base:
master← Head:baseitemkind📝 Commits (3)
32629cdUse BaseItemKind where possible0edf779Cache BaseItemKind8743966Use array instead of HashSet📊 Changes
53 files changed (+308 additions, -355 deletions)
View changed files
📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+23 -23)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+1 -1)📝
Emby.Server.Implementations/Channels/ChannelPostScanTask.cs(+2 -1)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+61 -78)📝
Emby.Server.Implementations/Dto/DtoService.cs(+1 -1)📝
Emby.Server.Implementations/Images/CollectionFolderImageProvider.cs(+8 -8)📝
Emby.Server.Implementations/Images/DynamicImageProvider.cs(+2 -1)📝
Emby.Server.Implementations/Images/GenreImageProvider.cs(+1 -1)📝
Emby.Server.Implementations/Images/MusicGenreImageProvider.cs(+3 -3)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+1 -1)📝
Emby.Server.Implementations/Library/MusicManager.cs(+2 -2)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+23 -23)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+8 -8)📝
Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs(+2 -1)📝
Emby.Server.Implementations/Library/Validators/CollectionPostScanTask.cs(+2 -2)📝
Emby.Server.Implementations/Library/Validators/PeopleValidator.cs(+2 -1)📝
Emby.Server.Implementations/Library/Validators/StudiosValidator.cs(+2 -1)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs(+7 -7)📝
Emby.Server.Implementations/LiveTv/LiveTvDtoService.cs(+6 -5)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+14 -14)...and 33 more files
📄 Description
Got a little big...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.