We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can right-click a track, click "Add to Playlist", and select a playlist to add the track to.
The "Playlists" box is dead. The cursor doesn't change on hover, and nothing happens when I click in it.
In the console, I see:
renderer.js:2295 GET http://10.10.10.5:7777/api/playlist?_end=0&_order=ASC&_sort=name&_start=0&smart=false 500 (Internal Server Error)
The response payload for that request is:
{"error":"no such column: smart"}null
Right-click a track anywhere in the app and click "Add to Playlist"
The text was updated successfully, but these errors were encountered:
Fixed the issue by updating to Navidrome 0.49.3. It would be nice to have better error handling for this, though.
Sorry, something went wrong.
I just had this happen on 0.5.3. Restarting the client fixed it.
Successfully merging a pull request may close this issue.
Expected Behavior
I can right-click a track, click "Add to Playlist", and select a playlist to add the track to.
Current Behavior
The "Playlists" box is dead. The cursor doesn't change on hover, and nothing happens when I click in it.
In the console, I see:
The response payload for that request is:
Steps to Reproduce
Right-click a track anywhere in the app and click "Add to Playlist"
Your Environment
The text was updated successfully, but these errors were encountered: