]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-videos/my-account-videos.component.html
Upgrade to rxjs 6
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-videos / my-account-videos.component.html
index 66ce3a77bb46299688baa1bfe910869105bcfb02..a31cb0c3d8e65cedf50f2a19fa305addc72ca383 100644 (file)
@@ -38,7 +38,7 @@
       <div class="video-buttons" *ngIf="isInSelectionMode() === false">
         <my-delete-button (click)="deleteVideo(video)"></my-delete-button>
 
-        <my-edit-button [routerLink]="[ '/videos', 'edit', video.uuid ]"></my-edit-button>
+        <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button>
       </div>
     </div>
   </div>