]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-library/my-video-imports/my-video-imports.component.ts
Fix big play button
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / my-video-imports / my-video-imports.component.ts
index 359535526658682e2c3d89b196df7df65539e262..bb9d705245ad80664c8a31dad9eb8341f5cbd24c 100644 (file)
@@ -55,7 +55,7 @@ export class MyVideoImportsComponent extends RestTable implements OnInit {
   }
 
   getVideoUrl (video: { uuid: string }) {
-    return '/videos/watch/' + video.uuid
+    return '/w/' + video.uuid
   }
 
   getEditVideoUrl (video: { uuid: string }) {