client(video/download): set direct dl as default

pull/3888/head
kontrollanten 2021-03-23 08:14:16 +01:00 committed by Chocobozzz
parent faeec106ef
commit 7bd455cb7f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type FileMetadata = { [key: string]: { label: string, value: string }}
export class VideoDownloadComponent {
@ViewChild('modal', { static: true }) modal: ElementRef
downloadType: 'direct' | 'torrent' = 'torrent'
downloadType: 'direct' | 'torrent' = 'direct'
resolutionId: number | string = -1
subtitleLanguageId: string