remove console time (1s/1600 tracks)
This commit is contained in:
parent
218396f304
commit
d2c97c794b
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ export class LocalFiles {
|
|||
|
||||
static async scanLibrary() {
|
||||
ProviderDB.init()
|
||||
console.time('scanLibrary')
|
||||
let folders = utils.getStoreValue("libraryPrefs.localPaths")
|
||||
if (folders == null || folders.length == null || folders.length == 0) folders = []
|
||||
console.log('folders', folders)
|
||||
|
@ -122,7 +121,6 @@ export class LocalFiles {
|
|||
}
|
||||
this.localSongs = metadatalist;
|
||||
this.localSongsArts = metadatalistart;
|
||||
console.timeEnd('scanLibrary')
|
||||
return metadatalist;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue