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

This commit is contained in:
kontrollanten
2021-03-23 08:14:16 +01:00
committed by Chocobozzz
parent faeec106ef
commit 7bd455cb7f

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