Remove download from "done" when retry it

pull/38/head
Rpsl 2021-07-29 21:09:00 +03:00
parent fffba9065a
commit 26ae942786
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ export class AppComponent implements AfterViewInit {
retryDownload(key: string, quality:string){
this.addDownload(key, quality);
this.downloads.delById('done', [key]).subscribe();
}
delDownload(where: string, id: string) {