Update SpotifyControls.plugin.js
This commit is contained in:
parent
abc82534c5
commit
01a78497ce
|
@ -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;
|
||||||
|
@ -250,8 +252,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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue