Merge branch 'master' into loewy/restore-cursor-state-from-api
This commit is contained in:
@@ -102,3 +102,15 @@ query GetVideoDetails($videoId: Int!) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetVideos($videoIds: [Int!]!) {
|
||||
getVideos(videoIds: $videoIds) {
|
||||
id
|
||||
name
|
||||
framesPerSecond
|
||||
playlist {
|
||||
m3u8Text
|
||||
segmentDurations
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user