From 01a78497ceda2b1517c13fda00aeee0ad0d11a58 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 19 Jul 2020 17:26:50 +0200 Subject: [PATCH] Update SpotifyControls.plugin.js --- Plugins/SpotifyControls/SpotifyControls.plugin.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugins/SpotifyControls/SpotifyControls.plugin.js b/Plugins/SpotifyControls/SpotifyControls.plugin.js index 6fcb56c275..46e4043d13 100644 --- a/Plugins/SpotifyControls/SpotifyControls.plugin.js +++ b/Plugins/SpotifyControls/SpotifyControls.plugin.js @@ -173,7 +173,7 @@ var SpotifyControls = (_ => { return class SpotifyControls { getName () {return "SpotifyControls";} - getVersion () {return "1.0.2";} + getVersion () {return "1.0.3";} getAuthor () {return "DevilBro";} @@ -185,7 +185,9 @@ var SpotifyControls = (_ => { AnalyticsContext: "render" } }; - + } + + initConstructor () { this.css = ` @font-face { font-family: glue1-spoticon; @@ -249,8 +251,6 @@ var SpotifyControls = (_ => { } `; } - - initConstructor () {} getSettingsPanel () { if (!window.BDFDB || typeof BDFDB != "object" || !BDFDB.loaded || !this.started) return;