diff --git a/pages/localMedia/item/_id.vue b/pages/localMedia/item/_id.vue index ec042b82..9012b1bf 100644 --- a/pages/localMedia/item/_id.vue +++ b/pages/localMedia/item/_id.vue @@ -373,7 +373,7 @@ export default { var res = await AbsFileSystem.deleteItem(this.localLibraryItem) if (res && res.success) { this.$toast.success('Deleted Successfully') - this.$router.replace(this.isIos ? '/bookshelf' : `/localMedia/folders/${this.folderId}`) + this.$router.replace(this.isIos ? '/downloads' : `/localMedia/folders/${this.folderId}`) } else this.$toast.error('Failed to delete') } },