diff --git a/api/src/controllers/videos.ts b/api/src/controllers/videos.ts index 12e61a4f..9fbd762a 100644 --- a/api/src/controllers/videos.ts +++ b/api/src/controllers/videos.ts @@ -207,6 +207,7 @@ const videoRelations = { .where(eq(videos.pk, entryVideoJoin.videoPk)), ), ) + .limit(1) .as("show"); }, previous: ({ languages }: { languages: string[] }) => {