mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Bugtesting here and there
This commit is contained in:
@@ -37,7 +37,6 @@ var Player = {
|
||||
song_title = obj[0][0]["title"];
|
||||
duration = obj[0][0]["duration"];
|
||||
|
||||
|
||||
if(mobile_beginning && window.mobilecheck() && seekTo == 0)
|
||||
seekTo = 1;
|
||||
|
||||
@@ -278,6 +277,7 @@ var Player = {
|
||||
/*try{
|
||||
//duration = Player.ytplayer.getDuration();
|
||||
}catch(e){};*/
|
||||
console.log(duration);
|
||||
if(duration != undefined){
|
||||
try{
|
||||
durationBegun = true;
|
||||
|
||||
Reference in New Issue
Block a user