aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-20 19:22:15 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-20 19:22:15 +0100
commit4f8c0eb0e9356ee2782ea6eb12a92e4dc5f66127 (patch)
treebcef1232a565ceaf3d43415a0b08e53e30c236d7 /client/src/app/videos/video-watch/index.ts
parent872a4c7cea861246cf84fa3686bd9d40c684535f (diff)
downloadPeerTube-4f8c0eb0e9356ee2782ea6eb12a92e4dc5f66127.tar.gz
PeerTube-4f8c0eb0e9356ee2782ea6eb12a92e4dc5f66127.tar.zst
PeerTube-4f8c0eb0e9356ee2782ea6eb12a92e4dc5f66127.zip
Client: add ability to report a video
Diffstat (limited to 'client/src/app/videos/video-watch/index.ts')
-rw-r--r--client/src/app/videos/video-watch/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/video-watch/index.ts b/client/src/app/videos/video-watch/index.ts
index 1a8403b0a..ed0ed2fc0 100644
--- a/client/src/app/videos/video-watch/index.ts
+++ b/client/src/app/videos/video-watch/index.ts
@@ -1,4 +1,5 @@
1export * from './video-magnet.component'; 1export * from './video-magnet.component';
2export * from './video-share.component'; 2export * from './video-share.component';
3export * from './video-report.component';
3export * from './video-watch.component'; 4export * from './video-watch.component';
4export * from './webtorrent.service'; 5export * from './webtorrent.service';