Fix segment parameter again
This commit is contained in:
@@ -26,12 +26,12 @@ mutation GetHlsInitUploadLink($videoId: Int!) {
|
||||
|
||||
mutation SetSegmentDuration(
|
||||
$videoId: Int!
|
||||
$segmentId: Int!
|
||||
$segmentIndex: Int!
|
||||
$duration: Float!
|
||||
) {
|
||||
setSegmentDuration(
|
||||
videoId: $videoId
|
||||
segmentId: $segmentId
|
||||
segmentIndex: $segmentIndex
|
||||
duration: $duration
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user