mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-19 05:28:56 -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)
|
this.tracks = new GroupedList(data.tracks)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
await this.configurationStore.initialise()
|
|
||||||
this.directories = this.configurationStore.directories.map((path) =>
|
this.directories = this.configurationStore.directories.map((path) =>
|
||||||
this.transform(path)
|
this.transform(path)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user