aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/app/videos/video-watch/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-05-31 22:39:36 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-05-31 22:39:36 +0200
commitd3ef341abe8fb890a085189f5e4d0a5bd38d0172 (patch)
tree333c058390607cac1aec22169a2feb7d9cee3a00 /client/app/videos/video-watch/index.ts
parent092fbf58cca91d1a2ce0c84f47ef7856c9e56cdb (diff)
downloadPeerTube-d3ef341abe8fb890a085189f5e4d0a5bd38d0172.tar.gz
PeerTube-d3ef341abe8fb890a085189f5e4d0a5bd38d0172.tar.zst
PeerTube-d3ef341abe8fb890a085189f5e4d0a5bd38d0172.zip
Move webtorrent inside a service
Diffstat (limited to 'client/app/videos/video-watch/index.ts')
-rw-r--r--client/app/videos/video-watch/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/app/videos/video-watch/index.ts b/client/app/videos/video-watch/index.ts
index 2228b6ed7..b17aaacf2 100644
--- a/client/app/videos/video-watch/index.ts
+++ b/client/app/videos/video-watch/index.ts
@@ -1 +1,2 @@
1export * from './video-watch.component'; 1export * from './video-watch.component';
2export * from './webtorrent.service';