fix PauseDownload
This commit is contained in:
parent
8d41215b12
commit
691c86d321
@ -48,7 +48,7 @@ func (a *App) PauseDownload(url string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
downloadList[i] = DownloadStatus{
|
downloadList[i] = DownloadStatus{
|
||||||
resp: nil,
|
resp: ds.resp,
|
||||||
Name: ds.Name,
|
Name: ds.Name,
|
||||||
Path: ds.Path,
|
Path: ds.Path,
|
||||||
Url: ds.Url,
|
Url: ds.Url,
|
||||||
|
Loading…
Reference in New Issue
Block a user