mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
client(video/download): set direct dl as default
This commit is contained in:
committed by
Chocobozzz
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user