support for groupings
This commit is contained in:
parent
d4df4751e9
commit
d83793d538
6 changed files with 177 additions and 44 deletions
|
@ -484,6 +484,10 @@ const app = new Vue({
|
|||
}, 100)
|
||||
})
|
||||
},
|
||||
goToGrouping(url = "https://music.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=34") {
|
||||
const id = url.split("id=")[1];
|
||||
window.location.hash = `#groupings/${id}`
|
||||
},
|
||||
navigateForward() {
|
||||
history.forward()
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue