1
0
Fork 0

Fix video rights fetching

This commit is contained in:
Chocobozzz 2021-06-11 15:53:52 +02:00
parent 559985b51c
commit b8afe6f0cd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export class VideoTables {
if (this.mode === 'get') { if (this.mode === 'get') {
attributeKeys = attributeKeys.concat([ attributeKeys = attributeKeys.concat([
'description', 'description',
'userId',
'createdAt', 'createdAt',
'updatedAt' 'updatedAt'
]) ])