mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 07:32:28 -04:00
Test nextup
This commit is contained in:
@@ -206,6 +206,7 @@ export const historyH = new Elysia({ tags: ["profiles"] })
|
||||
.where(
|
||||
and(
|
||||
eq(nextEntry.showPk, entries.showPk),
|
||||
ne(entries.kind, "extra"),
|
||||
gt(nextEntry.order, entries.order),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user