Finish lazy bookshelf,Fix:Async sql db,Fix:Load user progress

This commit is contained in:
advplyr
2021-12-05 18:31:47 -06:00
parent 37d3021302
commit 3232b519d3
42 changed files with 613 additions and 1878 deletions
-3
View File
@@ -161,8 +161,6 @@ export default {
await this.searchFolder()
// var audiobooks = this.$store.state.audiobooks.audiobooks || []
// if (audiobooks.length) {
if (this.isSocketConnected) {
this.$store.dispatch('downloads/linkOrphanDownloads')
}
@@ -240,7 +238,6 @@ export default {
AudioDownloader.addListener('onDownloadProgress', this.onDownloadProgress)
}
},
mounted() {},
beforeDestroy() {
AudioDownloader.removeListener('onDownloadProgress', this.onDownloadProgress)
}