]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/modal/video-download.component.ts
remove unused imports
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-download.component.ts
index 1361146dd774521d2aa839a8334178b5b1e9a595..f4d9003ee74db62ec99d6008624b473aacfcabaa 100644 (file)
@@ -15,9 +15,7 @@ export class VideoDownloadComponent implements OnInit {
   downloadType: 'direct' | 'torrent' | 'magnet' = 'torrent'
   resolutionId: number | string = -1
 
-  constructor (private modalService: NgbModal) {
-    // empty
-  }
+  constructor (private modalService: NgbModal) { }
 
   ngOnInit () {
     this.resolutionId = this.video.files[0].resolution.id