[web] Remove unexpected initialisation of the configuration store

This commit is contained in:
Alain Nussbaumer 2025-05-29 13:14:27 +02:00
parent 36736e03a2
commit 36d8161a37

View File

@ -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)
)