diff --git a/public/js/plugin-download.js b/public/js/plugin-download.js index c31350c..0f19738 100644 --- a/public/js/plugin-download.js +++ b/public/js/plugin-download.js @@ -72,6 +72,9 @@ const component = () => { }); }, pluginChanged() { + this.manga = undefined; + this.chapters = undefined; + this.mid = undefined; this.loadPlugin(this.pid); localStorage.setItem("plugin", this.pid); },