diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/search/search.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/search/search.component.ts b/client/src/app/shared/search/search.component.ts index e864fbc17..219997e85 100644 --- a/client/src/app/shared/search/search.component.ts +++ b/client/src/app/shared/search/search.component.ts | |||
@@ -28,7 +28,7 @@ export class SearchComponent implements OnInit { | |||
28 | constructor(private searchService: SearchService) {} | 28 | constructor(private searchService: SearchService) {} |
29 | 29 | ||
30 | ngOnInit() { | 30 | ngOnInit() { |
31 | // Subscribe is the search changed | 31 | // Subscribe if the search changed |
32 | // Usually changed by videos list component | 32 | // Usually changed by videos list component |
33 | this.searchService.updateSearch.subscribe( | 33 | this.searchService.updateSearch.subscribe( |
34 | newSearchCriterias => { | 34 | newSearchCriterias => { |