diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-12 17:35:00 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-12 17:35:10 +0200 |
commit | c323efb9cdc6a605242d112ac0c9db9f67eabaad (patch) | |
tree | 2879f9d94237b247edd85f1e78d5a8f0bb0b2f0f /client/src/app/shared | |
parent | 602eb142bebb62f1774d6e17c211eef99ace584b (diff) | |
download | PeerTube-c323efb9cdc6a605242d112ac0c9db9f67eabaad.tar.gz PeerTube-c323efb9cdc6a605242d112ac0c9db9f67eabaad.tar.zst PeerTube-c323efb9cdc6a605242d112ac0c9db9f67eabaad.zip |
Update webtorrent -> 0.96
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 => { |