mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7225] [MERGED] Properly populate QueryResult #11307
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/7225
Author: @crobibero
Created: 1/20/2022
Status: ✅ Merged
Merged: 1/21/2022
Merged by: @Bond-009
Base:
master← Head:query-result📝 Commits (1)
a60cb28Properly populate QueryResult📊 Changes
27 files changed (+209 additions, -297 deletions)
View changed files
📝
Emby.Dlna/ContentDirectory/ControlHandler.cs(+50 -54)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+16 -20)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+11 -10)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+8 -8)📝
Emby.Server.Implementations/Library/SearchEngine.cs(+4 -6)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+20 -40)📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+4 -5)📝
Jellyfin.Api/Controllers/ApiKeyController.cs(+1 -5)📝
Jellyfin.Api/Controllers/ArtistsController.cs(+8 -10)📝
Jellyfin.Api/Controllers/InstantMixController.cs(+5 -5)📝
Jellyfin.Api/Controllers/ItemsController.cs(+9 -8)📝
Jellyfin.Api/Controllers/LibraryController.cs(+6 -12)📝
Jellyfin.Api/Controllers/LiveTvController.cs(+5 -10)📝
Jellyfin.Api/Controllers/PersonsController.cs(+1 -5)📝
Jellyfin.Api/Controllers/PlaylistsController.cs(+4 -5)📝
Jellyfin.Api/Controllers/SuggestionsController.cs(+4 -5)📝
Jellyfin.Api/Controllers/TvShowsController.cs(+13 -20)📝
Jellyfin.Api/Controllers/UserLibraryController.cs(+1 -5)📝
Jellyfin.Api/Controllers/UserViewsController.cs(+1 -5)📝
Jellyfin.Api/Controllers/VideosController.cs(+1 -6)...and 7 more files
📄 Description
Requested in chat
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.