From: Fabian Munkes <105975993+fmunkes@users.noreply.github.com> Date: Sun, 12 Oct 2025 12:43:52 +0000 (+0200) Subject: fix: audiobookshelf: authenticate not necessary in streamdetails (#2497) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8d515f23584b3ef430f161a038905f5bcac39688;p=music-assistant-server.git fix: audiobookshelf: authenticate not necessary in streamdetails (#2497) fix: authenticate not necessary/ fails for token only --- diff --git a/music_assistant/providers/audiobookshelf/__init__.py b/music_assistant/providers/audiobookshelf/__init__.py index 322e9d0c..4bcd8226 100644 --- a/music_assistant/providers/audiobookshelf/__init__.py +++ b/music_assistant/providers/audiobookshelf/__init__.py @@ -541,8 +541,6 @@ for more details. async def get_stream_details(self, item_id: str, media_type: MediaType) -> StreamDetails: """Get stream of item.""" - # ensure we have a valid token - await self.reauthenticate() if media_type == MediaType.PODCAST_EPISODE: return await self._get_stream_details_episode(item_id) elif media_type == MediaType.AUDIOBOOK: