Compare commits

..

No commits in common. "c49266e4c1c607316a17987a82df8c6646b95f11" and "76e792be8895275384dacb4c8b7572387e14adde" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -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
}

View File

@ -215,7 +215,6 @@ query GetMedianRunForVideo($videoId: Int!) {
query GetVideoForClipTimes($videoId: Int!) {
getVideo(videoId: $videoId) {
id
framesPerSecond
playlist {
segmentDurations
}