X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fvideo%2Fmodals%2Fvideo-download.component.ts;h=d6d10d29ed86b7d5f7303957fdc6e9894fd7d628;hb=8dfceec44a5eec8b0190d1d5076aab0f03a0cb52;hp=64aaeb3c86ffa26e4d3c435ac17e2a38625ca7b3;hpb=3a0fb65c61f80b510bce979a45d59d17948745e8;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/video/modals/video-download.component.ts b/client/src/app/shared/video/modals/video-download.component.ts index 64aaeb3c8..d6d10d29e 100644 --- a/client/src/app/shared/video/modals/video-download.component.ts +++ b/client/src/app/shared/video/modals/video-download.component.ts @@ -15,7 +15,7 @@ export class VideoDownloadComponent { downloadType: 'direct' | 'torrent' | 'magnet' = 'torrent' resolutionId: number | string = -1 - private video: VideoDetails + video: VideoDetails constructor ( private notifier: Notifier,