Skip to content

Commit

Permalink
fix(adblocker): fix In-Player adblocker
Browse files Browse the repository at this point in the history
- resolves #1478
  • Loading branch information
JellyBrick committed Dec 2, 2023
1 parent 60cb7f3 commit f62664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/adblocker/injectors/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

let injected = false;

export const isInjected = () => isInjected;
export const isInjected = () => injected;

export const inject = () => {
injected = true;
Expand Down

0 comments on commit f62664b

Please sign in to comment.