GQL for caching hack
This commit is contained in:
@@ -246,7 +246,18 @@ fragment StreamWithEndFrames on UploadStreamGQL {
|
||||
}
|
||||
}
|
||||
|
||||
fragment SegmentEndFrames on SegmentEndFramesGQL {
|
||||
id
|
||||
segmentEndFrames
|
||||
}
|
||||
|
||||
fragment SegmentStartTimes on SegmentStartTimesGQL {
|
||||
id
|
||||
segmentStartTimes
|
||||
}
|
||||
|
||||
fragment PlaylistWithSegmentStartTimes on HLSPlaylistGQL {
|
||||
videoId
|
||||
segmentDurations
|
||||
segmentStartTimes @client
|
||||
}
|
||||
|
Reference in New Issue
Block a user