Fix thumbnail/preview in upload script

pull/1007/merge
Chocobozzz 2018-09-03 11:12:53 +02:00
parent 348106f20c
commit d02911fadd
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ async function run () {
tags: program['tags'],
commentsEnabled: program['commentsEnabled'],
fixture: program['file'],
thumbnailfile: program['thumbnailPath'],
previewfile: program['previewPath'],
thumbnailfile: program['thumbnail'],
previewfile: program['preview'],
waitTranscoding: true,
privacy: program['privacy'],
support: undefined