aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-14 22:12:03 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-14 22:12:03 +0200
commit2e2bef6f58cd9cefcd437649b20f83a2ca996ec7 (patch)
tree66e96b3ab4f25bdb88507160d2d89a1f125825ff /client/angular/videos/components
parent1553e15d82b8a1ec4967a90d43b33274f8215c44 (diff)
downloadPeerTube-2e2bef6f58cd9cefcd437649b20f83a2ca996ec7.tar.gz
PeerTube-2e2bef6f58cd9cefcd437649b20f83a2ca996ec7.tar.zst
PeerTube-2e2bef6f58cd9cefcd437649b20f83a2ca996ec7.zip
Fix tslint check
Diffstat (limited to 'client/angular/videos/components')
-rw-r--r--client/angular/videos/components/list/videos-list.component.ts2
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();