fix: URL item duration unit in seconds, bad skip button in floating player
This commit is contained in:
		@@ -440,7 +440,8 @@
 | 
			
		||||
                            onclick="request('post', {action: 'pause'})">
 | 
			
		||||
                        <i class="fas fa-pause"></i>
 | 
			
		||||
                    </button>
 | 
			
		||||
                    <button id="playerSkipBtn" class="btn btn-primary btn-sm">
 | 
			
		||||
                    <button id="playerSkipBtn" class="btn btn-primary btn-sm"
 | 
			
		||||
                            onclick="request('post', {action : 'next'})">
 | 
			
		||||
                        <i class="fas fa-fast-forward"></i>
 | 
			
		||||
                    </button>
 | 
			
		||||
                </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user