mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
Merge pull request #217 from wikrin/v2
This commit is contained in:
@@ -206,7 +206,7 @@ async function remove(item: TransferHistory, deleteSrc: boolean, deleteDest: boo
|
|||||||
data: item,
|
data: item,
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!result.success) $toast.error(`删除失败: ${result.msg}`)
|
if (!result.success) $toast.error(`删除失败: ${result.message}`)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error)
|
console.error(error)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user