aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-06 15:18:35 +0200
committerChocobozzz <me@florianbigard.com>2018-08-08 09:30:31 +0200
commit047559af6e7570ac98b0d11ab43e60a9c5c1f5c3 (patch)
treee624fabf51a1424f863e5da088e24edc68f3a461 /client/src/app/videos/+video-edit/video-add.module.ts
parent43620009d5bc0d2a8da6480276b046d1c946bdc9 (diff)
downloadPeerTube-047559af6e7570ac98b0d11ab43e60a9c5c1f5c3.tar.gz
PeerTube-047559af6e7570ac98b0d11ab43e60a9c5c1f5c3.tar.zst
PeerTube-047559af6e7570ac98b0d11ab43e60a9c5c1f5c3.zip
video-import -> video-import-url
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.module.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-add.module.ts4
1 files changed, 2 insertions, 2 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 91f544971..dd1a3875d 100644
--- a/client/src/app/videos/+video-edit/video-add.module.ts
+++ b/client/src/app/videos/+video-edit/video-add.module.ts
@@ -6,7 +6,7 @@ import { VideoAddRoutingModule } from './video-add-routing.module'
6import { VideoAddComponent } from './video-add.component' 6import { VideoAddComponent } from './video-add.component'
7import { CanDeactivateGuard } from '../../shared/guards/can-deactivate-guard.service' 7import { CanDeactivateGuard } from '../../shared/guards/can-deactivate-guard.service'
8import { VideoUploadComponent } from '@app/videos/+video-edit/video-upload.component' 8import { VideoUploadComponent } from '@app/videos/+video-edit/video-upload.component'
9import { VideoImportComponent } from '@app/videos/+video-edit/video-import.component' 9import { VideoImportUrlComponent } from '@app/videos/+video-edit/video-import-url.component'
10 10
11@NgModule({ 11@NgModule({
12 imports: [ 12 imports: [
@@ -18,7 +18,7 @@ import { VideoImportComponent } from '@app/videos/+video-edit/video-import.compo
18 declarations: [ 18 declarations: [
19 VideoAddComponent, 19 VideoAddComponent,
20 VideoUploadComponent, 20 VideoUploadComponent,
21 VideoImportComponent 21 VideoImportUrlComponent
22 ], 22 ],
23 exports: [ 23 exports: [
24 VideoAddComponent 24 VideoAddComponent