Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Radio mode for Subsonic provider #1784

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

khers
Copy link
Contributor

@khers khers commented Nov 20, 2024

Finally fix don't stop the music mode for subsonic.

Cleanup some exception handling

An exception was being thrown by the subsonic api library if no similar
songs were found and this exception was not caught by the provider.
Catch the exception and return an empty list.

Signed-off-by: Eric B Munson <[email protected]>
Add a comment to the catch clause in get_similar_songs() explaining the return from the catch.
becuase->because
@marcelveldt marcelveldt changed the title Dont stop music Fix: Radio mode for Subsonic provider Nov 20, 2024
@marcelveldt marcelveldt merged commit c028d5c into music-assistant:dev Nov 20, 2024
3 checks passed
This was referenced Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants