Frames per second is float

This commit is contained in:
2024-04-23 20:25:27 -06:00
parent db39c5a576
commit 1ce4267945
2 changed files with 2 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ type VideoGQL {
startTime: DateTime
endTime: DateTime
elapsedTime: Float
framesPerSecond: Int!
framesPerSecond: Float!
stream: UploadStreamGQL
playlist: HLSPlaylistGQL
tags: [VideoTag!]!