Shortcut for mpd_send_move() and mpd_response_finish().
Definition at line 324 of file queue.c. References mpd_response_finish(), mpd_run_move(), and mpd_send_move(). Referenced by mpd_run_move(). { return mpd_run_check(connection) && mpd_send_move(connection, from, to) && mpd_response_finish(connection); }
|