Reduce freezes on large playlists
This commit is contained in:
parent
5389d2827c
commit
7e356f38a8
2 changed files with 18 additions and 3 deletions
|
|
@ -40,6 +40,7 @@ if($("#ytapiplayer").length > 0) {
|
|||
var VHEIGHT = ""+parseInt(parseInt(VWIDTH) * 9 / 16);
|
||||
}
|
||||
var POSITION = -1;
|
||||
var REBUILDING = false;
|
||||
var socket = {
|
||||
emit: function() {
|
||||
console.log("socket not initialized");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue