Added approval buttons to playlist
Deploy / deploy (push) Successful in 2m45s

This commit is contained in:
twotalesanimation
2026-06-12 07:53:07 +02:00
parent 7788907a4a
commit d56f3b3ad5
3 changed files with 85 additions and 2 deletions
+4
View File
@@ -30,6 +30,8 @@ export async function GET(req: NextRequest) {
shotCode: true,
episode: true,
status: true,
shotApprovalStatus: true,
sharedWithClient: true,
thumbnailUrl: true,
tasks: {
select: {
@@ -71,6 +73,8 @@ export async function GET(req: NextRequest) {
shotCode: shot.shotCode,
episode: shot.episode,
status: shot.status,
shotApprovalStatus: shot.shotApprovalStatus,
sharedWithClient: shot.sharedWithClient,
thumbnailUrl: shot.thumbnailUrl,
latestVersion: {
id: latest.id,