]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/video.ts
Add ability to click on the account in watch page
[github/Chocobozzz/PeerTube.git] / server / models / video / video.ts
index ffb9725b4a164025c71a91a769d17e8e54997a95..a7923b477dfe82254c4abe914570a6a9d7863769 100644 (file)
@@ -696,7 +696,7 @@ export class VideoModel extends Model<VideoModel> {
       })
   }
 
-  static async searchAndPopulateAccountAndServerAndTags (value: string, start: number, count: number, sort: string) {
+  static async searchAndPopulateAccountAndServer (value: string, start: number, count: number, sort: string) {
     const query: IFindOptions<VideoModel> = {
       offset: start,
       limit: count,