mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-20 16:29:35 +00:00
Fixed some minor things on mobile
This commit is contained in:
@@ -187,7 +187,8 @@ var Player = {
|
||||
$("#controls").css("opacity", "1");
|
||||
$(".playlist").css("opacity", "1");
|
||||
Player.ytplayer.loadVideoById(video_id);
|
||||
if(autoplay && !window.mobilecheck()) Player.ytplayer.playVideo();
|
||||
if(autoplay && !window.mobilecheck())
|
||||
Player.ytplayer.playVideo();
|
||||
if(!durationBegun)
|
||||
Player.durationSetter();
|
||||
if(embed){
|
||||
|
||||
Reference in New Issue
Block a user