Method: MPD#clearerror
- Defined in:
- lib/librmpd.rb
#clearerror ⇒ Object
Clears the current error message reported in status ( This is also accomplished by any command that starts playback )
Returns true if this was successful, Raises a RuntimeError if the command failed
456 457 458 |
# File 'lib/librmpd.rb', line 456 def clearerror send_command 'clearerror' end |