[PR #7225] [MERGED] Properly populate QueryResult #11129

Closed
opened 2025-12-22 08:33:27 +01:00 by backuprepo · 0 comments
Owner

📋 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: masterHead: query-result


📝 Commits (1)

  • a60cb28 Properly 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7225 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 1/20/2022 **Status:** ✅ Merged **Merged:** 1/21/2022 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `query-result` --- ### 📝 Commits (1) - [`a60cb28`](https://github.com/jellyfin/jellyfin/commit/a60cb280a3d31ba19ffb3a94cf83ef300a7473b7) Properly populate QueryResult ### 📊 Changes **27 files changed** (+209 additions, -297 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Requested in chat --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:33:27 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11129
No description provided.