diff --git a/web-src/src/stores/settings.js b/web-src/src/stores/settings.js index f39ff1f5..f0c08d73 100644 --- a/web-src/src/stores/settings.js +++ b/web-src/src/stores/settings.js @@ -13,7 +13,7 @@ export const useSettingsStore = defineStore('SettingsStore', { state.setting('webinterface', 'show_composer_now_playing')?.value ?? false, show_cover_artwork_in_album_lists: (state) => - state.setting('webinterface', 'show_cover_artwork_in_album_lists') + state.setting('artwork', 'show_cover_artwork_in_album_lists') ?.value ?? false, show_filepath_now_playing: (state) => state.setting('webinterface', 'show_filepath_now_playing')?.value ??