mirror of https://github.com/Chocobozzz/PeerTube
Fix video rights fetching
parent
559985b51c
commit
b8afe6f0cd
|
@ -43,6 +43,7 @@ export class VideoTables {
|
|||
if (this.mode === 'get') {
|
||||
attributeKeys = attributeKeys.concat([
|
||||
'description',
|
||||
'userId',
|
||||
'createdAt',
|
||||
'updatedAt'
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue