|
@@ -7,7 +7,7 @@ class jellyscrubPlugin {
|
|
(async() => {
|
|
(async() => {
|
|
const api = await window.apiPromise;
|
|
const api = await window.apiPromise;
|
|
const enabled = await new Promise(resolve => {
|
|
const enabled = await new Promise(resolve => {
|
|
- api.settings.value('plugins', 'skipintro', resolve);
|
|
|
|
|
|
+ api.settings.value('plugins', 'jellyscrub', resolve);
|
|
});
|
|
});
|
|
console.log("JellyScrub Plugin enabled: " + enabled);
|
|
console.log("JellyScrub Plugin enabled: " + enabled);
|
|
if (!enabled) return;
|
|
if (!enabled) return;
|
|
@@ -532,4 +532,4 @@ class jellyscrubPlugin {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-window._jellyscrubPlugin = jellyscrubPlugin;
|
|
|
|
|
|
+window._jellyscrubPlugin = jellyscrubPlugin;
|