]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
client(video/download): set direct dl as default
authorkontrollanten <6680299+kontrollanten@users.noreply.github.com>
Tue, 23 Mar 2021 07:14:16 +0000 (08:14 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 24 Mar 2021 17:18:41 +0000 (18:18 +0100)
client/src/app/shared/shared-video-miniature/video-download.component.ts

index a57e4ce6d9dc6f670de5aaefbd0b702ed15c180a..e0b7b51ff25a8b1b72c0171e1a09dca5890cdbe3 100644 (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