[web] Fix cover artwork not being displayed in album lists #1848

This commit is contained in:
Alain Nussbaumer 2025-01-30 20:33:48 +01:00 committed by GitHub
parent 6fbf1f0ac5
commit 1d529e436f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ??