Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
btoconnor committed Nov 23, 2024
1 parent 365f5e4 commit b253d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/providers/siriusxm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def get_stream_details(
# There's a chance that the SiriusXM auth session has expired
# by the time the user clicks to play a station. The sxm-client
# will attempt to reauthenticate automatically, but this causes
# a delay in streaming with ffmpeg treats as a TimeoutError.
# a delay in streaming, and ffmpeg raises a TimeoutError.
# To prevent this, we're going to explicitly authenticate with
# SiriusXM proactively when a station has been chosen to avoid
# this.
Expand Down

0 comments on commit b253d52

Please sign in to comment.