Add remux option
This commit is contained in:
@@ -32,7 +32,7 @@ export class VideoProcessingService {
|
||||
}
|
||||
|
||||
downloadFile(filePath: string): Observable<Blob> {
|
||||
return this.http.get(`${this.apiUrl}/download/${filePath}`, { responseType: 'blob' });
|
||||
return this.http.get(`${this.apiUrl}/download${filePath}`, { responseType: 'blob' });
|
||||
}
|
||||
|
||||
flushQueue(): Observable<any> {
|
||||
|
||||
Reference in New Issue
Block a user