]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Provide origin URL to client and fix remote share
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 0e3e89f43b1777ce254d683138d45d1562de5055..4a7e399a228ffa44a7fa51cf56090c97d88a40c0 100644 (file)
@@ -36,8 +36,7 @@ export interface Video {
   embedPath: string
   embedUrl?: string
 
-  // When using the search index
-  url?: string
+  url: string
 
   views: number
   likes: number