]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Add lazy description on server
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 32463933d3e7ff0497eba46ef542191121e992ec..1490d345c8c9093be7ee3b537dd4e20b5f807094 100644 (file)
@@ -37,6 +37,7 @@ export interface Video {
 }
 
 export interface VideoDetails extends Video {
+  descriptionPath: string,
   channel: VideoChannel
   files: VideoFile[]
 }