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:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -37,7 +37,6 @@ var Player = {
|
|||||||
song_title = obj[0][0]["title"];
|
song_title = obj[0][0]["title"];
|
||||||
duration = obj[0][0]["duration"];
|
duration = obj[0][0]["duration"];
|
||||||
|
|
||||||
|
|
||||||
if(mobile_beginning && window.mobilecheck() && seekTo == 0)
|
if(mobile_beginning && window.mobilecheck() && seekTo == 0)
|
||||||
seekTo = 1;
|
seekTo = 1;
|
||||||
|
|
||||||
@@ -278,6 +277,7 @@ var Player = {
|
|||||||
/*try{
|
/*try{
|
||||||
//duration = Player.ytplayer.getDuration();
|
//duration = Player.ytplayer.getDuration();
|
||||||
}catch(e){};*/
|
}catch(e){};*/
|
||||||
|
console.log(duration);
|
||||||
if(duration != undefined){
|
if(duration != undefined){
|
||||||
try{
|
try{
|
||||||
durationBegun = true;
|
durationBegun = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user