]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-watch/video-magnet.component.html
Move video file metadata in their own table
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-magnet.component.html
index 3fa82f1be3da775512e7fc6cf340d7760c24fedf..5b0324e37926d1aa653b3c7a6a0f93f241c4df2a 100644 (file)
@@ -10,7 +10,7 @@
       </div>
 
       <div class="modal-body">
-        <input #magnetUriInput (click)="magnetUriInput.select()" type="text" class="form-control input-sm readonly" readonly [value]="video.magnetUri" />
+        <input #magnetUriInput (click)="magnetUriInput.select()" type="text" class="form-control input-sm readonly" readonly [value]="video.getDefaultMagnetUri()" />
       </div>
     </div>
   </div>