support for groupings

This commit is contained in:
booploops 2022-05-25 06:03:28 -07:00
parent d4df4751e9
commit d83793d538
6 changed files with 177 additions and 44 deletions

View file

@ -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()
},