X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo.model.ts;h=df800461c0b7095e4a58ca8d4a510c4926ffb57c;hb=b718fd22374d64534bcfe69932cf562894abed6a;hp=891831a9e796858d7c65ea193518364ded6aee89;hpb=501e961199578129629cf0567033d13efced9904;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 891831a9e..df800461c 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts @@ -44,6 +44,7 @@ export interface Video { createdAt: Date | string updatedAt: Date | string publishedAt: Date | string + originallyPublishedAt: Date | string category: VideoConstant licence: VideoConstant language: VideoConstant