We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2233b9e commit ccae386Copy full SHA for ccae386
src/js/modules/movieview.js
@@ -417,7 +417,11 @@ export default {
417
me.config.success({
418
id: me.file.id,
419
folderId: me.selectedFolderId,
420
+ additionalInfo: me.file.additionalInfo,
421
+ customFields: me.file.customFields,
422
description: me.file.description,
423
+ instructions: me.file.instructions,
424
+ keywords: me.file.keywords,
425
poster: me.file.poster,
426
mediaId: me.file.mediaId,
427
filename: me.file.filename,
0 commit comments