diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/models/video/video-blacklist.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/video/video-blacklist.ts b/server/models/video/video-blacklist.ts index 22d949da0..18a1b8b4b 100644 --- a/server/models/video/video-blacklist.ts +++ b/server/models/video/video-blacklist.ts | |||
@@ -64,7 +64,6 @@ export class VideoBlacklistModel extends Model<VideoBlacklistModel> { | |||
64 | const countQuery = buildBaseQuery() | 64 | const countQuery = buildBaseQuery() |
65 | 65 | ||
66 | const findQuery = buildBaseQuery() | 66 | const findQuery = buildBaseQuery() |
67 | findQuery.subQuery = false | ||
68 | findQuery.include = [ | 67 | findQuery.include = [ |
69 | { | 68 | { |
70 | model: VideoModel, | 69 | model: VideoModel, |