aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/metadata
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-29 17:25:19 +0200
committerChocobozzz <me@florianbigard.com>2021-06-29 17:36:28 +0200
commit6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6 (patch)
treefa4800c702a614a19a6548e8561f14857c366661 /client/src/app/+videos/+video-watch/shared/metadata
parent911186dae411d78788ccede093c251303187589a (diff)
downloadPeerTube-6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6.tar.gz
PeerTube-6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6.tar.zst
PeerTube-6ebdd12f8806edd7076e89c8ea3bcfaf5658b2b6.zip
Move privacy concerns in a dedicated component
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/metadata')
-rw-r--r--client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
index 2ea3b206f..b554567d9 100644
--- a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
@@ -2,7 +2,6 @@ import { Component, EventEmitter, Inject, Input, LOCALE_ID, OnChanges, Output }
2import { MarkdownService, Notifier } from '@app/core' 2import { MarkdownService, Notifier } from '@app/core'
3import { VideoDetails, VideoService } from '@app/shared/shared-main' 3import { VideoDetails, VideoService } from '@app/shared/shared-main'
4 4
5
6@Component({ 5@Component({
7 selector: 'my-video-description', 6 selector: 'my-video-description',
8 templateUrl: './video-description.component.html', 7 templateUrl: './video-description.component.html',