Fixed shootId defined as Int rather than String

This commit is contained in:
DebaucheryLibrarian 2024-09-05 16:58:36 +02:00
parent 6751ff39a2
commit 2c386e4880
2 changed files with 7 additions and 4 deletions

View File

@ -488,9 +488,12 @@ function copySummary() {
margin: .25rem .5rem .5rem 0;
line-height: 1.25;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
&:not(:active) {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
}
.notitle {

View File

@ -109,7 +109,7 @@ export const scenesSchema = `
duration: Int
description: String
createdAt: Date
shootId: Int
shootId: String
channel: Entity
network: Entity
actors: [Actor!]!