]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Add oembed endpoint
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 75070bfd6892ba9e81a2722c135cbdaab0209fe2..bbcada845412a48b5187410eb86c111afcaab80c 100644 (file)
@@ -25,6 +25,7 @@ export interface Video {
   tags: string[]
   thumbnailPath: string
   previewPath: string
+  embedPath: string
   views: number
   likes: number
   dislikes: number