mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #7225] [MERGED] Properly populate QueryResult #11129
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#11129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.