mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Localized dependencies, restyled player, removed logging
This commit is contained in:
@@ -99,7 +99,7 @@ function changeQuality()
|
||||
function setVolume(vol)
|
||||
{
|
||||
ytplayer.setVolume(vol);
|
||||
console.log(vol);
|
||||
/*console.log(vol); //NO LOGS FOR U LOL
|
||||
if(vol == 0){
|
||||
console.log("no volume");
|
||||
}else if(vol < 33){
|
||||
@@ -108,7 +108,7 @@ function setVolume(vol)
|
||||
console.log("medium-volume");
|
||||
}else if(vol > 66){
|
||||
console.log("full-volume");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
function playPause()
|
||||
|
||||
Reference in New Issue
Block a user