This commit is contained in:
jxxghp
2024-03-18 23:42:24 +08:00
parent abcc3c6411
commit 372b74776f

View File

@@ -225,9 +225,7 @@ async function addDownload(_torrent: any) {
startNProgress()
try {
const result: { [key: string]: any } = await api.post('download/add', {
torrent_in: _torrent,
})
const result: { [key: string]: any } = await api.post('download/add', _torrent)
if (result.success) {
// 添加下载成功