aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-blacklist.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-09-04 15:03:50 +0200
committerChocobozzz <me@florianbigard.com>2019-09-04 15:03:50 +0200
commitdedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6 (patch)
tree0a6a54143e1312eddf269ac65b7a4ace9948eecc /server/models/video/video-blacklist.ts
parentf8278b96053d42ac46aea17f949325caa03e8a00 (diff)
downloadPeerTube-dedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6.tar.gz
PeerTube-dedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6.tar.zst
PeerTube-dedc7abb7beccb0b3a4a4fa4e8ccfef8ceecd5a6.zip
Fix auto blacklist view
Diffstat (limited to 'server/models/video/video-blacklist.ts')
-rw-r--r--server/models/video/video-blacklist.ts1
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,