mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
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/12414
Author: @fredrik-eriksson
Created: 8/9/2024
Status: ✅ Merged
Merged: 8/23/2024
Merged by: @crobibero
Base:
release-10.9.z← Head:nextupfix-10.9.z📝 Commits (1)
5633146Revert "NextUp query respects Limit (#11956)"📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+1 -1)📄 Description
This reverts commit
484aea1cdb.Turns out this fix from PR #11956 leads to unexpected behaviour as described in issue #12367.
Fixes: #12367
Changes
Setting the limit here limits how many series is considered watching; not how many items to return to the client. For a proper fix of the original performance issue I think either the query needs to be redesigned or the post-processing of the result from this query needs to be smarter somehow...
Note that this PR is against 10.9.z (as that was where the original PR was), but it looks like the original commit was backported to master as well, so it should probably be reverted there as well.
Issues
Fixes #12367
Possibly re-opens #11888 #11316
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.