Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
increase lyricsTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmcm committed Sep 16, 2016
1 parent d1b9399 commit 3f7d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ window.appendLyricsButton = function(){
lyricsTimeout = setTimeout(function(){
alert("No Lyrics Found...");
lyricsLoaded();
},5000);
},10000);
});
window.updateLyricsButton();
}, 0);
Expand Down

0 comments on commit 3f7d9c2

Please sign in to comment.