mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with playlist seeking with no list, seeking at statechangen for youtube and resizing on frontpage crash
This commit is contained in:
@@ -109,8 +109,8 @@ var Player = {
|
||||
newState.data
|
||||
]);
|
||||
if(Player.player && Player.player.getCurrentTime() > startTime + Player.np.start && !fix_too_far && autoplay) {
|
||||
Player.seekTo(seekTo);
|
||||
Player.playVideo();
|
||||
//Player.seekTo(seekTo);
|
||||
//Player.playVideo();
|
||||
fix_too_far = true;
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user