Compare commits
No commits in common. "c49266e4c1c607316a17987a82df8c6646b95f11" and "76e792be8895275384dacb4c8b7572387e14adde" have entirely different histories.
c49266e4c1
...
76e792be88
@ -1931,7 +1931,6 @@ export type GetVideoForClipTimesQuery = {
|
||||
getVideo: {
|
||||
__typename?: "VideoGQL";
|
||||
id: number;
|
||||
framesPerSecond: number;
|
||||
playlist?: {
|
||||
__typename?: "HLSPlaylistGQL";
|
||||
segmentDurations: Array<number>;
|
||||
@ -3721,7 +3720,6 @@ export const GetVideoForClipTimesDocument = gql`
|
||||
query GetVideoForClipTimes($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
framesPerSecond
|
||||
playlist {
|
||||
segmentDurations
|
||||
}
|
||||
|
@ -215,7 +215,6 @@ query GetMedianRunForVideo($videoId: Int!) {
|
||||
query GetVideoForClipTimes($videoId: Int!) {
|
||||
getVideo(videoId: $videoId) {
|
||||
id
|
||||
framesPerSecond
|
||||
playlist {
|
||||
segmentDurations
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user