diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index 8299f5c..350bbed 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -233,7 +233,7 @@ export class AppComponent implements AfterViewInit { } buildDownloadLink(download: Download) { - let baseDir = this.downloads.configuration["PUBLIC_HOST_URL"]'; + let baseDir = this.downloads.configuration["PUBLIC_HOST_URL"]; if (download.quality == 'audio' || download.filename.endsWith('.mp3')) { baseDir = this.downloads.configuration["PUBLIC_HOST_AUDIO_URL"]; }