mirror of https://github.com/Chocobozzz/PeerTube
Fix thumbnail/preview in upload script
parent
348106f20c
commit
d02911fadd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue