client(video/download): set direct dl as default
This commit is contained in:
parent
faeec106ef
commit
7bd455cb7f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue