Skip to content

Commit

Permalink
docs: only High and Normal is allowed as quality (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 authored Oct 20, 2023
1 parent 59e587f commit 1bf312b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/misc/external_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Content
:<json string supported_drm_types: [Mpeg, Adrm]
:<json string consumption_type: [Streaming, Offline, Download]
:<json string drm_type: [Mpeg, PlayReady, Hls, Dash, FairPlay, Widevine, HlsCmaf, Adrm]
:<json string quality: [High, Normal, Extreme, Low]
:<json string quality: [High, Normal]
:<json integer num_active_offline_licenses: (max: 10)
:<json string chapter_titles_type: [Tree, Flat]
:<json string response_groups: [last_position_heard, pdf_url,
Expand Down Expand Up @@ -431,7 +431,7 @@ Content
:type asin: string
:query response_groups: [chapter_info, always-returned, content_reference, content_url]
:query acr:
:query quality: [High, Normal, Extreme, Low]
:query quality: [High, Normal]
:query chapter_titles_type: [Tree, Flat]
:query drm_type: [Mpeg, PlayReady, Hls, Dash, FairPlay, Widevine, HlsCmaf, Adrm]

Expand Down

0 comments on commit 1bf312b

Please sign in to comment.