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
gmpc (possibly other clients too) uses command playlistclear to create a new stored playlist.
In mpd 0.21.0 this command returns "No such playlist"
bin/mpd --version Music Player Daemon 0.21 (v0.20.10-420-g8a81b986c)
OK MPD 0.21.0 playlistclear NewPlaylist ACK [50@0] {} No such playlist
vs.
OK MPD 0.19.0 playlistclear NewPlaylist OK
The text was updated successfully, but these errors were encountered:
This is not a breakage. Only your client is broken, because it depends on surprising undocumented behavior.
Sorry, something went wrong.
No branches or pull requests
gmpc (possibly other clients too) uses command playlistclear to create a new stored playlist.
In mpd 0.21.0 this command returns "No such playlist"
vs.
The text was updated successfully, but these errors were encountered: