changes for local files: read below

* added pouchdb-node
* moved all logic for local files to src/main/providers/local
* added new local library section on sidebar
This commit is contained in:
booploops 2022-06-27 12:14:42 -07:00 committed by vapormusic
parent e69e394e2a
commit 2cb29c28c5
10 changed files with 165 additions and 118 deletions

View file

@ -1074,7 +1074,7 @@ const app = new Vue({
this.checkForThemeUpdates()
}
ipcRenderer.send("scanLibrary",app.cfg.libraryPrefs.localPaths)
ipcRenderer.invoke("scanLibrary")
},
showFoo(querySelector, time) {
clearTimeout(this.idleTimer);