diff --git a/music_assistant/providers/opensubsonic/sonic_provider.py b/music_assistant/providers/opensubsonic/sonic_provider.py index 2817da720..855946094 100644 --- a/music_assistant/providers/opensubsonic/sonic_provider.py +++ b/music_assistant/providers/opensubsonic/sonic_provider.py @@ -636,7 +636,7 @@ async def get_similar_tracks(self, prov_track_id: str, limit: int = 25) -> list[ ) except DataNotFoundError as e: # Subsonic returns an error here instead of an empty list, I don't think this - # should be an exception but there we are. Return an empty list becuase this + # should be an exception but there we are. Return an empty list because this # exception means we didn't find anything similar. self.logger.info(e) return []