aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/add/videos-add.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/videos/components/add/videos-add.component.ts')
-rw-r--r--client/angular/videos/components/add/videos-add.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/videos/components/add/videos-add.component.ts b/client/angular/videos/components/add/videos-add.component.ts
index 9926aed63..0004cfa20 100644
--- a/client/angular/videos/components/add/videos-add.component.ts
+++ b/client/angular/videos/components/add/videos-add.component.ts
@@ -22,7 +22,7 @@ export class VideosAddComponent implements OnInit {
22 constructor(private _router: Router, private _elementRef: ElementRef) {} 22 constructor(private _router: Router, private _elementRef: ElementRef) {}
23 23
24 ngOnInit() { 24 ngOnInit() {
25 jQuery(this._elementRef.nativeElement).find('#input_video').fileupload({ 25 jQuery(this._elementRef.nativeElement).find('#videofile').fileupload({
26 url: '/api/v1/videos', 26 url: '/api/v1/videos',
27 dataType: 'json', 27 dataType: 'json',
28 singleFileUploads: true, 28 singleFileUploads: true,