aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video/video-miniature.component.ts')
-rw-r--r--client/src/app/shared/video/video-miniature.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/video/video-miniature.component.ts b/client/src/app/shared/video/video-miniature.component.ts
index 72b652448..88b21b3a5 100644
--- a/client/src/app/shared/video/video-miniature.component.ts
+++ b/client/src/app/shared/video/video-miniature.component.ts
@@ -24,6 +24,7 @@ export type MiniatureDisplayOptions = {
24 date?: boolean 24 date?: boolean
25 views?: boolean 25 views?: boolean
26 by?: boolean 26 by?: boolean
27 avatar?: boolean
27 privacyLabel?: boolean 28 privacyLabel?: boolean
28 privacyText?: boolean 29 privacyText?: boolean
29 state?: boolean 30 state?: boolean
@@ -46,6 +47,7 @@ export class VideoMiniatureComponent implements OnInit {
46 date: true, 47 date: true,
47 views: true, 48 views: true,
48 by: true, 49 by: true,
50 avatar: false,
49 privacyLabel: false, 51 privacyLabel: false,
50 privacyText: false, 52 privacyText: false,
51 state: false, 53 state: false,