clear this
This commit is contained in:
parent
80d75fc0fc
commit
3af73ff082
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue