From 2243730c8edf210c0a3ffc161bac89785f6a52f0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Apr 2018 14:52:10 +0200 Subject: Add information concerning video privacy in my videos list --- shared/models/videos/video.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models/videos/video.model.ts') diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 1b5f1a09c..70132c050 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts @@ -26,6 +26,7 @@ export interface Video { category: VideoConstant licence: VideoConstant language: VideoConstant + privacy: VideoConstant description: string duration: number isLocal: boolean @@ -48,7 +49,6 @@ export interface Video { } export interface VideoDetails extends Video { - privacy: VideoConstant descriptionPath: string support: string channel: VideoChannel -- cgit v1.2.3