mobile support for client review player2
Deploy / deploy (push) Successful in 2m31s

This commit is contained in:
twotalesanimation
2026-06-12 09:33:54 +02:00
parent 289e0c367a
commit 72ce7af1ec
3 changed files with 244 additions and 156 deletions
+2 -1
View File
@@ -34,10 +34,11 @@ export async function GET(
projectId: session.projectId,
sharedWithClient: true,
},
orderBy: [{ sequence: "asc" }, { shotCode: "asc" }],
orderBy: [{ episode: "asc" }, { sequence: "asc" }, { shotCode: "asc" }],
select: {
id: true,
shotCode: true,
episode: true,
sequence: true,
description: true,
status: true,