]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-watch/webtorrent.service.ts
First draft to use webpack instead of systemjs
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / webtorrent.service.ts
similarity index 88%
rename from client/app/videos/video-watch/webtorrent.service.ts
rename to client/src/app/videos/video-watch/webtorrent.service.ts
index 0c73ab4f46b848d9928957e09f6efcf23f17c27d..bf38b5aaaa38da97edd5d136212422c7cc2c36e5 100644 (file)
@@ -1,6 +1,6 @@
 // Don't use webtorrent typings for now
 // It misses some little things I'll fix later
-// <reference path="../../../typings/globals/webtorrent/index.d.ts" />
+// <reference path="../../../../typings/globals/webtorrent/index.d.ts" />
 
 import { Injectable } from '@angular/core';