Update SpotifyControls.plugin.js

This commit is contained in:
Mirco Wittrien 2020-07-19 17:26:50 +02:00
parent abc82534c5
commit 01a78497ce
1 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ var SpotifyControls = (_ => {
return class SpotifyControls { return class SpotifyControls {
getName () {return "SpotifyControls";} getName () {return "SpotifyControls";}
getVersion () {return "1.0.2";} getVersion () {return "1.0.3";}
getAuthor () {return "DevilBro";} getAuthor () {return "DevilBro";}
@ -185,7 +185,9 @@ var SpotifyControls = (_ => {
AnalyticsContext: "render" AnalyticsContext: "render"
} }
}; };
}
initConstructor () {
this.css = ` this.css = `
@font-face { @font-face {
font-family: glue1-spoticon; font-family: glue1-spoticon;
@ -249,8 +251,6 @@ var SpotifyControls = (_ => {
} }
`; `;
} }
initConstructor () {}
getSettingsPanel () { getSettingsPanel () {
if (!window.BDFDB || typeof BDFDB != "object" || !BDFDB.loaded || !this.started) return; if (!window.BDFDB || typeof BDFDB != "object" || !BDFDB.loaded || !this.started) return;