Skip to content

Commit

Permalink
Update aniflix skip check
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed Apr 6, 2024
1 parent b8ed868 commit 6e5408a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/assets/view/m.js
Original file line number Diff line number Diff line change
Expand Up @@ -5476,8 +5476,8 @@ const pb={
ERROR:3
};
eval(iscript+`
play_data.pos[0]=[introstart?introstart:0,introend?introend:0];
play_data.pos[1]=[outrostart?outrostart:0,outroend?outroend:0];
play_data.pos[0]=[introstart&&introend?introstart:0,introstart&&introend?introend:0];
play_data.pos[1]=[outrostart&&outroend?outrostart:0,outrostart&&outroend?outroend:0];
`);
delete window.Hls;
delete window.hls;
Expand Down Expand Up @@ -8329,7 +8329,6 @@ const home={
hels.classList.add('tab_active');
hels._ctn.style.display='';
if (!hels._ctn._intz || force){
console.warn(hels);
hels._ctn._intz=true;
pb.menu_clear(hels._ctn);
pb.menu_init(hels._ctn);
Expand Down

0 comments on commit 6e5408a

Please sign in to comment.