Merge remote-tracking branch 'origin/send-message'
authorSuperBFG7 <daniel@despite.ch>
Sat, 18 Mar 2017 12:41:32 +0000 (13:41 +0100)
committerSuperBFG7 <daniel@despite.ch>
Sat, 18 Mar 2017 12:41:32 +0000 (13:41 +0100)
1  2 
htdocs/index.html
htdocs/js/mpd.js
src/mpd_client.c
src/mpd_client.h

                <span class="glyphicon glyphicon-forward"></span>
              </button>
            </div>
 +<!--          
+           <div class="btn-group">
+             <button id="btnlove" type="button" class="btn btn-default" onclick="clickLove();">
+               <span class="glyphicon glyphicon-heart"></span>
+             </button>
+           </div>
            <div class="btn-group">
              <div class="btn btn-toolbar btn-default">
                <span id="volume-icon" class="glyphicon glyphicon-volume-up"></span>
Simple merge
Simple merge
@@@ -47,8 -47,8 +47,9 @@@
      X(MPD_API_SAVE_QUEUE) \
      X(MPD_API_RM_TRACK) \
      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) \