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