]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.ts
Rename downloadingEnabled property to downloadEnabled
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.ts
index 7cc831ab15c7ed0802790c14bd887f61f12c66a1..a7fd456959350cca8d784c3346c492ef3c5cb3b6 100644 (file)
@@ -314,7 +314,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
   }
 
   isVideoDownloadable () {
-    return this.video && this.video.downloadingEnabled
+    return this.video && this.video.downloadEnabled
   }
 
   isVideoToImport () {