mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
fix: set MinIndexNumber for the next up query
This commit is contained in:
parent
c9c91cc34e
commit
373c63bcc7
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ namespace Emby.Server.Implementations.TV
|
|||
IsPlayed = rewatching,
|
||||
IsVirtualItem = false,
|
||||
ParentIndexNumberNotEquals = 0,
|
||||
DtoOptions = dtoOptions
|
||||
DtoOptions = dtoOptions,
|
||||
MinIndexNumber = lastWatchedEpisode?.IndexNumberEnd ?? lastWatchedEpisode?.IndexNumber
|
||||
};
|
||||
|
||||
Episode nextEpisode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue