Bugtesting here and there

This commit is contained in:
Kasper Rynning-Tønnesen
2016-03-04 14:06:35 +01:00
parent ea2f5406a7
commit a3ab27fe15
3 changed files with 3 additions and 3 deletions

View File

@@ -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;