mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #8662] [MERGED] fix: use a combination of ParentIndexNumber and IndexNumber to determine next up episodes #11633
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#11633
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/8662
Author: @cvium
Created: 10/30/2022
Status: ✅ Merged
Merged: 10/31/2022
Merged by: @joshuaboniface
Base:
release-10.8.z← Head:this_next_up_fix_wont_work_either📝 Commits (1)
5ea9a74fix: use a combination of ParentIndexNumber and IndexNumber to determine next up episodes📊 Changes
3 files changed (+25 additions, -22 deletions)
View changed files
📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+4 -3)📝
Emby.Server.Implementations/TV/TVSeriesManager.cs(+12 -18)📝
MediaBrowser.Controller/Entities/InternalItemsQuery.cs(+9 -1)📄 Description
Changes
Using ParentIndexNumber and IndexNumber individually doesn't work when the next episode is in another season. This changes the query to look for higher episode numbers in the same season and episodes in higher seasons.
Issues
Fixes https://github.com/jellyfin/jellyfin/issues/8655
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.