mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
fix typo
This commit is contained in:
parent
63f11fb1ea
commit
633cfb7ba2
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue