mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-31 07:37:22 +02:00
Finish lazy bookshelf,Fix:Async sql db,Fix:Load user progress
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user