fix: URL item duration unit in seconds, bad skip button in floating player

This commit is contained in:
Terry Geng
2020-05-18 00:07:56 +08:00
parent 0b7d0b8465
commit 1d97fe654e
4 changed files with 18 additions and 11 deletions

View File

@ -759,6 +759,7 @@ let volume_popover_instance = null;
let volume_popover_show = false;
volume_popover_btn.addEventListener('click', function(e){ e.stopPropagation(); })
volume_popover_div.addEventListener('click', function(e){ e.stopPropagation(); })
function toggleVolumePopover(){
if (!volume_popover_show){