X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-constant.model.ts;h=353a2953548a0416228d697e07229b53b33217b2;hb=5d2fd66ab4a75281dab6363ba9131adee7be3a2b;hp=342a7c0cf641d65f7711db0dffce7413ba364c34;hpb=40e87e9ecc54e3513fb586928330a7855eb192c6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/video-constant.model.ts b/shared/models/videos/video-constant.model.ts index 342a7c0cf..353a29535 100644 --- a/shared/models/videos/video-constant.model.ts +++ b/shared/models/videos/video-constant.model.ts @@ -1,4 +1,5 @@ export interface VideoConstant { id: T label: string + description?: string }