diff options
author | Chocobozzz <me@florianbigard.com> | 2020-03-18 15:48:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-03-18 15:48:46 +0100 |
commit | b06904bee108be3693646080288b5bc975edb4f2 (patch) | |
tree | fad1b5c8704321cf543d47f07fe0d6a4503368db | |
parent | 03db5c3f979928419fb3ead8c65f0bce12d07f5c (diff) | |
download | PeerTube-b06904bee108be3693646080288b5bc975edb4f2.tar.gz PeerTube-b06904bee108be3693646080288b5bc975edb4f2.tar.zst PeerTube-b06904bee108be3693646080288b5bc975edb4f2.zip |
Fix lint
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.module.ts b/client/src/app/videos/+video-edit/video-add.module.ts index 4386f10b6..911404bad 100644 --- a/client/src/app/videos/+video-edit/video-add.module.ts +++ b/client/src/app/videos/+video-edit/video-add.module.ts | |||
@@ -12,7 +12,7 @@ import { VideoImportTorrentComponent } from '@app/videos/+video-edit/video-add-c | |||
12 | imports: [ | 12 | imports: [ |
13 | VideoAddRoutingModule, | 13 | VideoAddRoutingModule, |
14 | VideoEditModule, | 14 | VideoEditModule, |
15 | SharedModule, | 15 | SharedModule |
16 | ], | 16 | ], |
17 | declarations: [ | 17 | declarations: [ |
18 | VideoAddComponent, | 18 | VideoAddComponent, |