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 {
|
export class VideoDownloadComponent {
|
||||||
@ViewChild('modal', { static: true }) modal: ElementRef
|
@ViewChild('modal', { static: true }) modal: ElementRef
|
||||||
|
|
||||||
downloadType: 'direct' | 'torrent' = 'torrent'
|
downloadType: 'direct' | 'torrent' = 'direct'
|
||||||
resolutionId: number | string = -1
|
resolutionId: number | string = -1
|
||||||
subtitleLanguageId: string
|
subtitleLanguageId: string
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue