Reduce amount of data sent in media updates
This commit is contained in:
parent
69550c7a51
commit
ce99233596
6 changed files with 10 additions and 10 deletions
|
|
@ -628,7 +628,7 @@ function synchtubeLayout() {
|
|||
}
|
||||
|
||||
function onYouTubeIframeAPIReady() {
|
||||
if(!PLAYER)
|
||||
if(PLAYER.type == "null")
|
||||
PLAYER = new Media({id: "", type: "yt"});
|
||||
if(USEROPTS.layout == "fluid") {
|
||||
fluidLayout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue