aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-12 17:35:00 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-12 17:35:10 +0200
commitc323efb9cdc6a605242d112ac0c9db9f67eabaad (patch)
tree2879f9d94237b247edd85f1e78d5a8f0bb0b2f0f /client/src/app/shared
parent602eb142bebb62f1774d6e17c211eef99ace584b (diff)
downloadPeerTube-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.ts2
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 => {