From 90860afe3de491cc32ef23511b6462f4bb76531f Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Sun, 10 May 2020 11:14:19 +0200 Subject: [PATCH] As `spectrum` and `artwork` prefs are not handled by the default Settings handler we can't expect the values to be in the `prefs` element. --- .../EN/plugins/SqueezeESP32/settings/player.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin/SqueezeESP32/HTML/EN/plugins/SqueezeESP32/settings/player.html b/plugin/SqueezeESP32/HTML/EN/plugins/SqueezeESP32/settings/player.html index ade09afe..c7e950cf 100644 --- a/plugin/SqueezeESP32/HTML/EN/plugins/SqueezeESP32/settings/player.html +++ b/plugin/SqueezeESP32/HTML/EN/plugins/SqueezeESP32/settings/player.html @@ -12,27 +12,27 @@ [% END %] [% WRAPPER setting title="PLUGIN_SQUEEZEESP32_SPECTRUM_SCALE" desc="PLUGIN_SQUEEZEESP32_SPECTRUM_SCALE_DESC" %] - + [% END %] [% WRAPPER setting title="PLUGIN_SQUEEZEESP32_SMALL_SPECTRUM" desc="PLUGIN_SQUEEZEESP32_SMALL_SPECTRUM_DESC" %] [% "PLUGIN_SQUEEZEESP32_SMALL_SPECTRUM_SIZE" | string %]  - + [% "PLUGIN_SQUEEZEESP32_SMALL_SPECTRUM_BAND" | string %]  - + [% END %] [% WRAPPER setting title="PLUGIN_SQUEEZEESP32_FULL_SPECTRUM_BAND" desc="PLUGIN_SQUEEZEESP32_FULL_SPECTRUM_BAND_DESC" %] - + [% END %] [% WRAPPER setting title="PLUGIN_SQUEEZEESP32_ARTWORK" desc="PLUGIN_SQUEEZEESP32_ARTWORK_DESC" %] [% "PLUGIN_SQUEEZEESP32_ARTWORK_ENABLE" | string %]  -   +   [% "PLUGIN_SQUEEZEESP32_ARTWORK_X" | string %]  - + [% "PLUGIN_SQUEEZEESP32_ARTWORK_Y" | string %]  - + [% END %]