diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-29 10:54:27 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-10-29 11:48:21 +0200 |
commit | 3c10840fa90fc88fc98e8169faf4745ff6c80893 (patch) | |
tree | 9a60c4de766700fbc33804b06ec46279b20c855e /server/models/account/account.ts | |
parent | 2760b454a761f6af3138b2fb5f34340772ab0d1e (diff) | |
download | PeerTube-3c10840fa90fc88fc98e8169faf4745ff6c80893.tar.gz PeerTube-3c10840fa90fc88fc98e8169faf4745ff6c80893.tar.zst PeerTube-3c10840fa90fc88fc98e8169faf4745ff6c80893.zip |
Add video file size info in admin videos list
Diffstat (limited to 'server/models/account/account.ts')
-rw-r--r-- | server/models/account/account.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/account/account.ts b/server/models/account/account.ts index 056ec6857..71a9b8ccb 100644 --- a/server/models/account/account.ts +++ b/server/models/account/account.ts | |||
@@ -99,7 +99,7 @@ export type SummaryOptions = { | |||
99 | queryInclude.push({ | 99 | queryInclude.push({ |
100 | attributes: [ 'id' ], | 100 | attributes: [ 'id' ], |
101 | model: AccountBlocklistModel.unscoped(), | 101 | model: AccountBlocklistModel.unscoped(), |
102 | as: 'BlockedAccounts', | 102 | as: 'BlockedBy', |
103 | required: false, | 103 | required: false, |
104 | where: { | 104 | where: { |
105 | accountId: { | 105 | accountId: { |