aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-09 19:21:59 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-09 19:21:59 +0200
commit4897fc4197a5ac298e542c54c2d50da64ae7e256 (patch)
tree8477577dde7fa9e3c9381d1a9648a400ee9a23ae /client
parentdb7af09bd8e9de57cdda88c2e32387551235b3a4 (diff)
downloadPeerTube-4897fc4197a5ac298e542c54c2d50da64ae7e256.tar.gz
PeerTube-4897fc4197a5ac298e542c54c2d50da64ae7e256.tar.zst
PeerTube-4897fc4197a5ac298e542c54c2d50da64ae7e256.zip
Fix lint
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.ts2
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'
17import { ServerService} from '../../core' 17import { ServerService } from '../../core'
18import { VideoService } from '../shared' 18import { VideoService } from '../shared'
19import { VideoCreate } from '../../../../../shared' 19import { VideoCreate } from '../../../../../shared'
20import { HttpEventType, HttpResponse } from '@angular/common/http' 20import { HttpEventType, HttpResponse } from '@angular/common/http'