]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/components/list/videos-list.component.ts
Fix tslint check
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / list / videos-list.component.ts
index b9b440d40b3afa5d97030be46e0443c95d1088c3..425d2dcfcbb125444067a4baf7dbecefae00e53e 100644 (file)
@@ -38,7 +38,7 @@ export class VideosListComponent implements OnInit {
   getVideos() {
     let observable = null;
 
-    if (this.search !== null) {""
+    if (this.search !== null) {
       observable = this._videosService.searchVideos(this.search);
     } else {
       observable = this._videosService.getVideos();