fix PauseDownload

This commit is contained in:
josc146 2023-05-21 12:14:36 +08:00
parent 8d41215b12
commit 691c86d321

View File

@ -48,7 +48,7 @@ func (a *App) PauseDownload(url string) {
}
downloadList[i] = DownloadStatus{
resp: nil,
resp: ds.resp,
Name: ds.Name,
Path: ds.Path,
Url: ds.Url,