aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/videos/video-constant.model.ts1
1 files changed, 1 insertions, 0 deletions
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 @@
1export interface VideoConstant<T> { 1export interface VideoConstant<T> {
2 id: T 2 id: T
3 label: string 3 label: string
4 description?: string
4} 5}