mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
[web] Fix a bug preventing playlist page to open sub folders
This commit is contained in:
parent
40c423ee3c
commit
72b30aabf9
@ -50,6 +50,13 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
beforeRouteUpdate(to, from, next) {
|
||||
dataObject.load(to).then((response) => {
|
||||
dataObject.set(this, response)
|
||||
next()
|
||||
})
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
playlist: {},
|
||||
|
Loading…
Reference in New Issue
Block a user