Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clarify on exclusiveness of video.streams
  • Loading branch information
Ivo Georgiev committed Apr 30, 2019
1 parent ec0616e commit 91cf037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/responses/meta.md
Expand Up @@ -57,7 +57,7 @@ Used as a response for [`defineMetaHandler`](../requests/defineMetaHandler.md)

``thumbnail`` - _optional_ - URL to png of the video thumbnail, in the video's aspect ratio, max file size 5kb

``streams`` - _optional_ - In case you can return links to streams while forming meta response, **you can pass and array of [``Stream Objects``](./stream.md)** to point the video to a HTTP URL, BitTorrent, YouTube or any other stremio-supported transport protocol.
``streams`` - _optional_ - In case you can return links to streams while forming meta response, **you can pass and array of [``Stream Objects``](./stream.md)** to point the video to a HTTP URL, BitTorrent, YouTube or any other stremio-supported transport protocol; note that this is exclsuive: passing `video.streams` means that **Stremio will not** request any streams from other add-ons for that video; if you return streams that way, it is still recommended to implement the `streams` resource

``available`` - _optional_ - set to ``true`` to explicitly state that this video is available for streaming, from your add-on; no need to use this if you've passed ``stream``

Expand Down

0 comments on commit 91cf037

Please sign in to comment.