[web] Fix a bug preventing playlist page to open sub folders

This commit is contained in:
Alain Nussbaumer 2024-04-01 20:40:08 +02:00
parent 40c423ee3c
commit 72b30aabf9

View File

@ -50,6 +50,13 @@ export default {
}) })
}, },
beforeRouteUpdate(to, from, next) {
dataObject.load(to).then((response) => {
dataObject.set(this, response)
next()
})
},
data() { data() {
return { return {
playlist: {}, playlist: {},