clear this

This commit is contained in:
vapormusic 2022-06-30 23:50:59 +07:00
parent 80d75fc0fc
commit 3af73ff082

View file

@ -22,7 +22,7 @@ export class LocalFiles {
static async scanLibrary() { static async scanLibrary() {
ProviderDB.init() ProviderDB.init()
let folders = utils.getStoreValue("libraryPrefs.localPaths") let folders = utils.getStoreValue("libraryPrefs.localPaths")
if (folders == null || folders.length == null || folders.length == 0) folders = ["D:\\Music"] if (folders == null || folders.length == null || folders.length == 0) folders = []
console.log('folders', folders) console.log('folders', folders)
let files: any[] = [] let files: any[] = []
for (var folder of folders) { for (var folder of folders) {