mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	Merge pull request #7 from BenjaminHae/playbutton
added functionality of play/pause button to queue header
This commit is contained in:
		| @@ -94,7 +94,7 @@ | ||||
|           <div class="panel-heading"><b id="panel-heading">Queue</b></div> | ||||
|           <div class="panel-body"> | ||||
|             <h1> | ||||
|               <span id="track-icon" class="glyphicon glyphicon-play"></span> | ||||
|               <span id="track-icon" onclick="clickPlay();" class="glyphicon glyphicon-play"></span> | ||||
|               <span id="currenttrack"></span> | ||||
|             </h1> | ||||
|             <h4> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Schregenberger
					Daniel Schregenberger