style: auto-fix linting issues
This commit is contained in:
parent
d8fdaac508
commit
84df59624e
1 changed files with 1 additions and 1 deletions
|
|
@ -2276,7 +2276,7 @@ export function initializeSettings(scrobbler, player, api, ui) {
|
||||||
updateButterchurnSettingsVisibility();
|
updateButterchurnSettingsVisibility();
|
||||||
|
|
||||||
//Since changing the preset breaks the visualizer, a location.reload() is added to make sure that it works
|
//Since changing the preset breaks the visualizer, a location.reload() is added to make sure that it works
|
||||||
window.location.reload()
|
window.location.reload();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue