diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:47:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 15:47:56 +0200 |
commit | e63dbd426e67672b4014c2a3ac3a227fbe26e886 (patch) | |
tree | a7c9a23faf764ed81a7373a01d432932912e4111 /client/src/app/shared/video-caption | |
parent | 06215f15e0a9fea2ef95b8b49cb2b5868fb64017 (diff) | |
download | PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.tar.gz PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.tar.zst PeerTube-e63dbd426e67672b4014c2a3ac3a227fbe26e886.zip |
Update client according to new model paths
Diffstat (limited to 'client/src/app/shared/video-caption')
-rw-r--r-- | client/src/app/shared/video-caption/video-caption.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-caption/video-caption.service.ts b/client/src/app/shared/video-caption/video-caption.service.ts index 0ff094d1f..9c29bc052 100644 --- a/client/src/app/shared/video-caption/video-caption.service.ts +++ b/client/src/app/shared/video-caption/video-caption.service.ts | |||
@@ -4,10 +4,10 @@ import { Injectable } from '@angular/core' | |||
4 | import { forkJoin, Observable, of } from 'rxjs' | 4 | import { forkJoin, Observable, of } from 'rxjs' |
5 | import { ResultList } from '../../../../../shared' | 5 | import { ResultList } from '../../../../../shared' |
6 | import { RestExtractor, RestService } from '../rest' | 6 | import { RestExtractor, RestService } from '../rest' |
7 | import { VideoCaption } from '../../../../../shared/models/videos/video-caption.model' | ||
8 | import { VideoService } from '@app/shared/video/video.service' | 7 | import { VideoService } from '@app/shared/video/video.service' |
9 | import { objectToFormData, sortBy } from '@app/shared/misc/utils' | 8 | import { objectToFormData, sortBy } from '@app/shared/misc/utils' |
10 | import { VideoCaptionEdit } from '@app/shared/video-caption/video-caption-edit.model' | 9 | import { VideoCaptionEdit } from '@app/shared/video-caption/video-caption-edit.model' |
10 | import { VideoCaption } from '../../../../../shared/models/videos/caption/video-caption.model' | ||
11 | 11 | ||
12 | @Injectable() | 12 | @Injectable() |
13 | export class VideoCaptionService { | 13 | export class VideoCaptionService { |