[web] Fix the artist page not displaying

This commit is contained in:
Alain Nussbaumer 2022-06-04 11:26:09 +02:00 committed by chme
parent 38ad945ec4
commit 6bdf07307b

View File

@ -127,7 +127,7 @@ export default {
computed: {
albums() {
const groupBy = this.groupby_options.find(
(o) => o.name === this.selected_groupby_option_id
(o) => o.id === this.selected_groupby_option_id
)
this.albums_list.group(groupBy.options)