mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Feat: delete aria2 record in client side (#335)
This commit is contained in:
@@ -63,7 +63,7 @@ func AddAria2Torrent(c *gin.Context) {
|
||||
}
|
||||
}
|
||||
|
||||
// CancelAria2Download 取消aria2离线下载任务
|
||||
// CancelAria2Download 取消或删除aria2离线下载任务
|
||||
func CancelAria2Download(c *gin.Context) {
|
||||
var selectService aria2.DownloadTaskService
|
||||
if err := c.ShouldBindUri(&selectService); err == nil {
|
||||
|
||||
Reference in New Issue
Block a user