Remove yoshiki, fix ts issues

This commit is contained in:
Zoe Roux
2026-03-12 10:38:24 +01:00
parent f4be92f190
commit e771ca591f
22 changed files with 201 additions and 587 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ export async function getVideos({
.with(...cte)
.select({
...getColumns(videos),
...buildRelations(["slugs", ...relations], videoRelations, {
...buildRelations(["slugs", "progress", ...relations], videoRelations, {
languages,
preferOriginal,
}),