Add remux option
All checks were successful
ci / Image build (push) Successful in 2m59s
ci / Deployment (push) Successful in 9s

This commit is contained in:
Joris Bertomeu
2025-08-25 15:17:32 +02:00
parent 4133204563
commit 34e1d0f6dd

View File

@@ -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> {