mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-11-04 07:43:00 +00:00 
			
		
		
		
	Merge pull request #8 from BenjaminHae/master
moved Update-DB Button to settings
This commit is contained in:
		@@ -184,9 +184,6 @@
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <div id="btn-responsive-block" class="btn-group-vertical btn-block btn-group-lg">
 | 
			
		||||
            <button type="button" class="btn btn-default" onclick="updateDB();">
 | 
			
		||||
              <span class="glyphicon glyphicon-refresh"></span> Update DB
 | 
			
		||||
            </button>
 | 
			
		||||
            <button type="button" class="btn btn-default" onclick="socket.send('MPD_API_RM_ALL');">
 | 
			
		||||
              <span class="glyphicon glyphicon-trash"></span> Clear queue
 | 
			
		||||
            </button>
 | 
			
		||||
@@ -256,6 +253,13 @@
 | 
			
		||||
                <input type="text" class="form-control" id="mpdstream" />
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="row">
 | 
			
		||||
              <div class="form-group col-md-12">
 | 
			
		||||
                <button type="button" class="btn btn-default" onclick="updateDB();">
 | 
			
		||||
                  <span class="glyphicon glyphicon-refresh"></span> Update DB
 | 
			
		||||
                </button>
 | 
			
		||||
              </div>
 | 
			
		||||
            </div>
 | 
			
		||||
          </form>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="modal-footer">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user