mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 16:20:06 +00:00
enhance playlist addition cancellation and improve error handling UI
This commit is contained in:
@@ -209,7 +209,7 @@ export class DownloadsService {
|
||||
return Array.from(this.queue.values()).map(download => download.url);
|
||||
}
|
||||
public cancelAdd() {
|
||||
return this.http.post<any>('cancel-add', {}).pipe(
|
||||
return this.http.post<Status>('cancel-add', {}).pipe(
|
||||
catchError(this.handleHTTPError)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user