Skip to content

Commit

Permalink
Update sonic_provider.py
Browse files Browse the repository at this point in the history
becuase->because
  • Loading branch information
khers authored Nov 20, 2024
1 parent 9ae8fad commit 58be359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/providers/opensubsonic/sonic_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit 58be359

Please sign in to comment.