Skip to content

Commit

Permalink
Update widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fcasfs-of authored Aug 1, 2024
1 parent 9eb322a commit 94ec5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ function mdpl_handleselect(evt, call, cc, bmg){ var mdpl_handleselectcontoels=
if(settingsplayer){ if(settingsplayer.controls==false){ mdpl_handleselectcontoels=1; } }
if(cc<1){ /*mdpl_handleselect(evt, [{"file":"#","title":"file","poster":"", "url":'',"timer":""},]);*/ }
if(cc==1){ fplayeri = new Playerjs({id:evt, nocontrols:mdpl_handleselectcontoels, autoplay:1, loop:0, title:call[0].title, file:call[0].file, poster:"", player:bmg,"url":"https"+"://fcasfs-of.github.io/TECH-Free", });
is_playerd_allid(settingsplayer, call, fdplayeri); }
//is_playerd_allid(settingsplayer, call, fdplayeri); }
if(cc>1){ fplayeri = new Playerjs({id:evt, nocontrols:mdpl_handleselectcontoels, autoplay:1, loop:0, title:"", file:call, poster:"", player:bmg,"url":"https"+"://fcasfs-of.github.io/TECH-Free", });
is_playerd_allid(settingsplayer, call, fdplayeri); }
//is_playerd_allid(settingsplayer, call, fdplayeri); }
}


Expand Down

0 comments on commit 94ec5d4

Please sign in to comment.