From d48ff09d27d234425c3e9f091ae9072d8e6d8b7a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Dec 2017 10:07:57 +0100 Subject: Use sequelize scopes --- 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 dc12a05d9..3a378419f 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts @@ -28,7 +28,6 @@ export interface Video { isLocal: boolean name: string serverHost: string - tags: string[] thumbnailPath: string previewPath: string embedPath: string @@ -43,6 +42,7 @@ export interface VideoDetails extends Video { privacyLabel: string descriptionPath: string channel: VideoChannel + tags: string[] files: VideoFile[] account: Account } -- cgit v1.2.3