From 84df59624e2530a0713c65e254f5ec6630fab6e1 Mon Sep 17 00:00:00 2001 From: edideaur <182119792+edideaur@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:43:15 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/settings.js b/js/settings.js index 773690c..3182372 100644 --- a/js/settings.js +++ b/js/settings.js @@ -2276,7 +2276,7 @@ export function initializeSettings(scrobbler, player, api, ui) { updateButterchurnSettingsVisibility(); //Since changing the preset breaks the visualizer, a location.reload() is added to make sure that it works - window.location.reload() + window.location.reload(); }); }