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 {
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;