Skip to content

Commit

Permalink
remove tripple quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ztripez von Matérn committed Jan 9, 2025
1 parent 1194960 commit 52d03ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/providers/audible/audible_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def get_stream(self, asin: str) -> StreamDetails:
f"content/{asin}/licenserequest",
body={
"quality": "High",
"response_groups": """content_reference,certificate""",
"response_groups": "content_reference,certificate",
"consumption_type": "Streaming",
"supported_media_features": {
"codecs": ["mp4a.40.2", "mp4a.40.42"],
Expand Down

0 comments on commit 52d03ff

Please sign in to comment.