mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web-src] Fix genre link in queue item dialog
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
},
|
||||
|
||||
open_genre: function () {
|
||||
this.$router.push({ name: 'Genre', params: { genre: this.item.name } })
|
||||
this.$router.push({ name: 'Genre', params: { genre: this.item.genre } })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user