Method: MPD#deleteid
- Defined in:
- lib/librmpd.rb
#deleteid(songid) ⇒ Object
Delete the song with the songid from the playlist
Returns true if successful, Raises a RuntimeError if the command failed
501 502 503 |
# File 'lib/librmpd.rb', line 501 def deleteid( songid ) send_command "deleteid #{songid}" end |