mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	Merge pull request #13 from kingcody/hotfix/prev-next-swap
fix prev and next buttons
This commit is contained in:
		| @@ -45,7 +45,7 @@ | |||||||
|  |  | ||||||
|         <div class="btn-toolbar navbar-btn navbar-right" role="toolbar"> |         <div class="btn-toolbar navbar-btn navbar-right" role="toolbar"> | ||||||
|           <div class="btn-group"> |           <div class="btn-group"> | ||||||
|             <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_SET_NEXT');"> |             <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_SET_PREV');"> | ||||||
|               <span class="glyphicon glyphicon-backward"></span> |               <span class="glyphicon glyphicon-backward"></span> | ||||||
|             </button> |             </button> | ||||||
|             <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_SET_STOP');"> |             <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_SET_STOP');"> | ||||||
| @@ -54,7 +54,7 @@ | |||||||
|             <button type="button" class="btn btn-default" onclick="clickPlay();"> |             <button type="button" class="btn btn-default" onclick="clickPlay();"> | ||||||
|               <span id="play-icon" class="glyphicon glyphicon-pause"></span> |               <span id="play-icon" class="glyphicon glyphicon-pause"></span> | ||||||
|             </button> |             </button> | ||||||
|             <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_SET_PREV');"> |             <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_SET_NEXT');"> | ||||||
|               <span class="glyphicon glyphicon-forward"></span> |               <span class="glyphicon glyphicon-forward"></span> | ||||||
|             </button> |             </button> | ||||||
|           </div> |           </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andy
					Andy