mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
[web-src] Fix genre link in queue item dialog
This commit is contained in:
parent
d0ee68b8e5
commit
38611f2a77
@ -98,7 +98,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
open_genre: function () {
|
open_genre: function () {
|
||||||
this.$router.push({ name: 'Genre', params: { genre: this.item.name } })
|
this.$router.push({ name: 'Genre', params: { genre: this.item.genre } })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user