mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 04:24:20 -04:00
[web] Fix the artist page not displaying
This commit is contained in:
parent
38ad945ec4
commit
6bdf07307b
@ -127,7 +127,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
albums() {
|
albums() {
|
||||||
const groupBy = this.groupby_options.find(
|
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)
|
this.albums_list.group(groupBy.options)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user