]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/video-search.component.ts
Fix contributing guide concerning unit tests
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-search.component.ts
index b94be8e118683e78edbccc52d2bd94aec96c5a86..46a9dd48efe90e83d1cb11fcf9c63281556d407a 100644 (file)
@@ -61,4 +61,8 @@ export class VideoSearchComponent extends AbstractVideoList implements OnInit, O
     const newPagination = immutableAssign(this.pagination, { currentPage: page })
     return this.videoService.searchVideos(this.otherRouteParams.search, newPagination, this.sort)
   }
+
+  generateSyndicationList () {
+    throw new Error('Search does not support syndication.')
+  }
 }