fix: set MinIndexNumber for the next up query

This commit is contained in:
cvium 2022-10-06 14:06:24 +02:00
parent c9c91cc34e
commit 373c63bcc7

View File

@ -223,7 +223,8 @@ namespace Emby.Server.Implementations.TV
IsPlayed = rewatching, IsPlayed = rewatching,
IsVirtualItem = false, IsVirtualItem = false,
ParentIndexNumberNotEquals = 0, ParentIndexNumberNotEquals = 0,
DtoOptions = dtoOptions DtoOptions = dtoOptions,
MinIndexNumber = lastWatchedEpisode?.IndexNumberEnd ?? lastWatchedEpisode?.IndexNumber
}; };
Episode nextEpisode; Episode nextEpisode;