Compare commits

..

No commits in common. "89287a01007080a23ea16cef86d4ce644ba406db" and "ba36bc709cb4488627d7cfd4717b7e88d53df567" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -2055,7 +2055,6 @@ export type GetVideosQuery = {
getVideos: Array<{
__typename?: "VideoGQL";
id: number;
framesPerSecond: number;
stream?: {
__typename?: "UploadStreamGQL";
id: string;
@ -3622,7 +3621,6 @@ export const GetVideosDocument = gql`
query GetVideos($videoIds: [Int!]!) {
getVideos(videoIds: $videoIds) {
id
framesPerSecond
stream {
id
streamSegmentType

View File

@ -118,7 +118,6 @@ query GetVideoDetails($videoId: Int!) {
query GetVideos($videoIds: [Int!]!) {
getVideos(videoIds: $videoIds) {
id
framesPerSecond
stream {
id
streamSegmentType