Test /videos/id with multi-part episodes

This commit is contained in:
Zoe Roux
2025-07-19 17:55:13 +02:00
parent f99a144bc4
commit 28702b9cdb
2 changed files with 87 additions and 2 deletions
+2
View File
@@ -317,6 +317,8 @@ function getNextVideoEntry({
prev ? desc(entries.order) : entries.order,
// prefer next part of the current entry over next entry
eq(vids.rendering, videos.rendering),
// take the first part available
vids.part,
// always prefer latest version of video
desc(vids.version),
)