From: Andrew Karpow Date: Mon, 22 Jan 2018 03:50:22 +0000 (+0100) Subject: Merge branch 'send-message' of https://github.com/SuperBFG7/ympd into SuperBFG7-send... X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=ba4322c684b091fc28bc54fe7f1be8d7c4a6090d;p=ympd.git Merge branch 'send-message' of https://github.com/SuperBFG7/ympd into SuperBFG7-send-message --- ba4322c684b091fc28bc54fe7f1be8d7c4a6090d diff --cc src/mpd_client.h index d637848,1fde010..951869d --- a/src/mpd_client.h +++ b/src/mpd_client.h @@@ -46,10 -46,9 +46,11 @@@ X(MPD_API_PLAY_TRACK) \ X(MPD_API_SAVE_QUEUE) \ X(MPD_API_RM_TRACK) \ + X(MPD_API_RM_RANGE) \ X(MPD_API_RM_ALL) \ + X(MPD_API_MOVE_TRACK) \ X(MPD_API_SEARCH) \ + X(MPD_API_SEND_MESSAGE) \ X(MPD_API_SET_VOLUME) \ X(MPD_API_SET_PAUSE) \ X(MPD_API_SET_PLAY) \