mirror of
https://github.com/alexta69/metube.git
synced 2026-03-19 23:13:38 +00:00
Remove download from "done" when retry it
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user