fix: set MinIndexNumber for the next up query

pull/8501/head
cvium 2 years ago
parent c9c91cc34e
commit 373c63bcc7

@ -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…
Cancel
Save