mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-18 21:18:57 -04:00
[web] Remove unexpected initialisation of the configuration store
This commit is contained in:
parent
36736e03a2
commit
36d8161a37
@ -103,7 +103,6 @@ export default {
|
||||
this.tracks = new GroupedList(data.tracks)
|
||||
}
|
||||
} else {
|
||||
await this.configurationStore.initialise()
|
||||
this.directories = this.configurationStore.directories.map((path) =>
|
||||
this.transform(path)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user