mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-10 20:01:58 +02:00
Simplify and revert Capacitor changes
This commit is contained in:
@@ -79,9 +79,7 @@ export default {
|
||||
this.$store.commit('globals/updateDownloadItemPart', itemPart)
|
||||
},
|
||||
onQueueChanged(data) {
|
||||
if (data.hasItems === false || (data.hasItems == null && !data.hasWork)) {
|
||||
this.$store.commit('globals/clearItemDownloads')
|
||||
}
|
||||
if (!data.hasWork) this.$store.commit('globals/clearItemDownloads')
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
|
||||
Reference in New Issue
Block a user