mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-10 05:08:11 -05:00
[web] Fix cover artwork not being displayed in album lists #1848
This commit is contained in:
parent
6fbf1f0ac5
commit
1d529e436f
@ -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 ??
|
||||
|
Loading…
x
Reference in New Issue
Block a user