mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Remove unexpected initialisation of the configuration store
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user