aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html')
-rw-r--r--client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html b/client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html
deleted file mode 100644
index 9b4930b6d..000000000
--- a/client/src/app/shared/shared-custom-markup/video-miniature-markup.component.html
+++ /dev/null
@@ -1,6 +0,0 @@
1<my-video-miniature
2 *ngIf="video"
3 [video]="video" [user]="getUser()" [displayAsRow]="false"
4 [displayVideoActions]="false" [displayOptions]="displayOptions"
5>
6</my-video-miniature>