mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Button positioning
This commit is contained in:
@@ -71,14 +71,14 @@ var Player = {
|
||||
{
|
||||
Player.loadVideoById(video_id);
|
||||
Player.notifyUser(video_id, song_title);
|
||||
if(!chromecastAvailable) Player.seekTo(seekTo);
|
||||
Player.seekTo(seekTo);
|
||||
if(paused)
|
||||
Player.pauseVideo();
|
||||
}
|
||||
if(!paused){
|
||||
if(!mobile_beginning)
|
||||
if(!chromecastAvailable)Player.playVideo();
|
||||
if(!chromecastAvailable && !durationBegun)
|
||||
Player.playVideo();
|
||||
if(!durationBegun)
|
||||
Player.durationSetter();
|
||||
}
|
||||
if(Player.player.getDuration() > seekTo || Player.player.getDuration() === 0 || chromecastAvailable)
|
||||
|
||||
Reference in New Issue
Block a user