Skip to content

Commit

Permalink
C: Fix improper message
Browse files Browse the repository at this point in the history
It should have been that it can NOT find the play button
  • Loading branch information
JohnyP36 authored Nov 4, 2023
1 parent 5531375 commit 306b9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest_v3/js/autoplay+loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ let YTNonstop = function YTNonstop(options) {
const pb_Observer = new MutationObserver(Play_Pause.callback); //set play button observer
pb_Observer.observe(Play_Pause.getButton, Play_Pause.config);
} catch(e) {
log('Could find play button; page got reloaded');
log('Could not find play button; page got reloaded');
window.location.reload();
}

Expand Down

0 comments on commit 306b9f9

Please sign in to comment.