diff options
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.ts b/client/src/app/videos/+video-edit/video-add.component.ts index d930423c2..8043bb41c 100644 --- a/client/src/app/videos/+video-edit/video-add.component.ts +++ b/client/src/app/videos/+video-edit/video-add.component.ts | |||
@@ -14,7 +14,7 @@ import { | |||
14 | VIDEO_TAGS, | 14 | VIDEO_TAGS, |
15 | VIDEO_FILE | 15 | VIDEO_FILE |
16 | } from '../../shared' | 16 | } from '../../shared' |
17 | import { ServerService} from '../../core' | 17 | import { ServerService } from '../../core' |
18 | import { VideoService } from '../shared' | 18 | import { VideoService } from '../shared' |
19 | import { VideoCreate } from '../../../../../shared' | 19 | import { VideoCreate } from '../../../../../shared' |
20 | import { HttpEventType, HttpResponse } from '@angular/common/http' | 20 | import { HttpEventType, HttpResponse } from '@angular/common/http' |