From b253d528a62138ef2e246dc8d74c5e22d6a9fdc5 Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Sat, 23 Nov 2024 11:33:30 -0500 Subject: [PATCH] fix comment --- music_assistant/providers/siriusxm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/providers/siriusxm/__init__.py b/music_assistant/providers/siriusxm/__init__.py index b475de64c..367246425 100644 --- a/music_assistant/providers/siriusxm/__init__.py +++ b/music_assistant/providers/siriusxm/__init__.py @@ -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.