From bfbd912886eba17b4aa9a40dcef2fddc685d85bf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Jul 2019 15:57:32 +0200 Subject: Fix broken playlist api --- support/doc/api/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support/doc/api/openapi.yaml') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index a6f61b3b2..39fa3cef5 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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' -- cgit v1.2.3