Skip to content

Commit

Permalink
Update jellyscrubPlugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 authored Feb 13, 2023
1 parent fb9873b commit 4b35708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/jellyscrubPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class jellyscrubPlugin {
(async() => {
const api = await window.apiPromise;
const enabled = await new Promise(resolve => {
api.settings.value('plugins', 'skipintro', resolve);
api.settings.value('plugins', 'jellyscrub', resolve);
});
console.log("JellyScrub Plugin enabled: " + enabled);
if (!enabled) return;
Expand Down Expand Up @@ -532,4 +532,4 @@ class jellyscrubPlugin {
}
}

window._jellyscrubPlugin = jellyscrubPlugin;
window._jellyscrubPlugin = jellyscrubPlugin;

0 comments on commit 4b35708

Please sign in to comment.