]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/app/videos/shared/video.service.ts
Add authentication tokens to make friends/quit friends
[github/Chocobozzz/PeerTube.git] / client / app / videos / shared / video.service.ts
index 7b6519f007a01f807f7c4f9a83ff6b377a1b9106..a786b2ab26984ab601a10cc56f4e291b7b1226ee 100644 (file)
@@ -5,7 +5,7 @@ import { Observable } from 'rxjs/Rx';
 import { Pagination } from './pagination.model';
 import { Search } from '../../shared/index';
 import { SortField } from './sort-field.type';
-import { AuthService } from '../../users/index';
+import { AuthService } from '../../shared/index';
 import { Video } from './video.model';
 
 @Injectable()