diff options
Diffstat (limited to 'client/angular/videos')
-rw-r--r-- | client/angular/videos/components/list/videos-list.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/videos/components/list/videos-list.component.ts b/client/angular/videos/components/list/videos-list.component.ts index b9b440d40..425d2dcfc 100644 --- a/client/angular/videos/components/list/videos-list.component.ts +++ b/client/angular/videos/components/list/videos-list.component.ts | |||
@@ -38,7 +38,7 @@ export class VideosListComponent implements OnInit { | |||
38 | getVideos() { | 38 | getVideos() { |
39 | let observable = null; | 39 | let observable = null; |
40 | 40 | ||
41 | if (this.search !== null) {"" | 41 | if (this.search !== null) { |
42 | observable = this._videosService.searchVideos(this.search); | 42 | observable = this._videosService.searchVideos(this.search); |
43 | } else { | 43 | } else { |
44 | observable = this._videosService.getVideos(); | 44 | observable = this._videosService.getVideos(); |