diff options
Diffstat (limited to 'server/models/video')
-rw-r--r-- | server/models/video/video.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index ffb9725b4..a7923b477 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -696,7 +696,7 @@ export class VideoModel extends Model<VideoModel> { | |||
696 | }) | 696 | }) |
697 | } | 697 | } |
698 | 698 | ||
699 | static async searchAndPopulateAccountAndServerAndTags (value: string, start: number, count: number, sort: string) { | 699 | static async searchAndPopulateAccountAndServer (value: string, start: number, count: number, sort: string) { |
700 | const query: IFindOptions<VideoModel> = { | 700 | const query: IFindOptions<VideoModel> = { |
701 | offset: start, | 701 | offset: start, |
702 | limit: count, | 702 | limit: count, |