Fix broken playlist api

This commit is contained in:
Chocobozzz
2019-07-31 15:57:32 +02:00
committed by Chocobozzz
parent 85394ba22a
commit bfbd912886
45 changed files with 1581 additions and 1014 deletions

View File

@@ -1922,6 +1922,9 @@ components:
type: number
stopTimestamp:
type: number
video:
nullable: true
$ref: '#/components/schemas/Video'
VideoFile:
properties:
magnetUri:
@@ -2029,9 +2032,6 @@ components:
properties:
currentTime:
type: number
playlistElement:
nullable: true
$ref: '#/components/schemas/PlaylistElement'
VideoDetails:
allOf:
- $ref: '#/components/schemas/Video'