fix: Fixed mpris not being set up correctly due to capitalization of the instance name

This commit is contained in:
2023-09-11 20:09:27 +02:00
parent 33070c157a
commit 9e2cbaed38
6 changed files with 68 additions and 63 deletions

View File

@@ -50,7 +50,7 @@ let adBlock: HTMLInputElement,
discord_details_prefix: HTMLInputElement,
discord_button_text: HTMLInputElement;
addCustomCss(app, Logger.bind(this));
addCustomCss(app);
function getThemeFiles() {
const selectElement = document.getElementById("themesList") as HTMLSelectElement;