diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-download.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.ts b/client/src/app/shared/shared-video-miniature/video-download.component.ts index a57e4ce6d..e0b7b51ff 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.ts +++ b/client/src/app/shared/shared-video-miniature/video-download.component.ts | |||
@@ -18,7 +18,7 @@ type FileMetadata = { [key: string]: { label: string, value: string }} | |||
18 | export class VideoDownloadComponent { | 18 | export class VideoDownloadComponent { |
19 | @ViewChild('modal', { static: true }) modal: ElementRef | 19 | @ViewChild('modal', { static: true }) modal: ElementRef |
20 | 20 | ||
21 | downloadType: 'direct' | 'torrent' = 'torrent' | 21 | downloadType: 'direct' | 'torrent' = 'direct' |
22 | resolutionId: number | string = -1 | 22 | resolutionId: number | string = -1 |
23 | subtitleLanguageId: string | 23 | subtitleLanguageId: string |
24 | 24 | ||