Skip to content

Commit

Permalink
Revert previous change in content.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Aug 28, 2024
1 parent aca9604 commit 55ff9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function onPageMessage(event: MessageEvent) {
break;
case MessageType.MultipleAdBlockersInUse:
const channelName = findChannelFromTwitchTvUrl(location.href);
if (!channelName) return;
if (!channelName) break;
const streamStatus = getStreamStatus(channelName);
setStreamStatus(channelName, {
...(streamStatus ?? { proxied: false }),
Expand Down

0 comments on commit 55ff9a5

Please sign in to comment.