Drop frame count from videl gql

This commit is contained in:
2024-02-21 17:44:24 -07:00
parent 828140ed2b
commit 17aee8f220
2 changed files with 2 additions and 4 deletions

View File

@@ -77,9 +77,8 @@ type VideoGQL {
shots: [ShotGQL!]!
startTime: DateTime!
endTime: DateTime!
elapsedTime: Float!
elapsedTime: Float
framesPerSecond: Int!
totalFrames: Int!
stream: UploadStreamGQL
}