diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-31 22:39:36 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-31 22:39:36 +0200 |
commit | d3ef341abe8fb890a085189f5e4d0a5bd38d0172 (patch) | |
tree | 333c058390607cac1aec22169a2feb7d9cee3a00 /client/app/videos/video-watch/index.ts | |
parent | 092fbf58cca91d1a2ce0c84f47ef7856c9e56cdb (diff) | |
download | PeerTube-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.ts | 1 |
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 @@ | |||
1 | export * from './video-watch.component'; | 1 | export * from './video-watch.component'; |
2 | export * from './webtorrent.service'; | ||