video add to playlist component -> onpush strategy
[oweals/peertube.git] / client / src / app / shared / video / modals / video-download.component.ts
index 64aaeb3c86ffa26e4d3c435ac17e2a38625ca7b3..d6d10d29ed86b7d5f7303957fdc6e9894fd7d628 100644 (file)
@@ -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,