mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Missing audio on farm submission.
This commit is contained in:
parent
b1687b86ed
commit
1aeaa4bba1
1 changed files with 2 additions and 1 deletions
|
|
@ -732,7 +732,8 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
"resolutionHeight": data.get("resolutionHeight", 1080),
|
||||
"multipartExr": data.get("multipartExr", False),
|
||||
"jobBatchName": data.get("jobBatchName", ""),
|
||||
"review": data.get("review", True)
|
||||
"review": data.get("review", True),
|
||||
"audio": data.get("audio", [])
|
||||
}
|
||||
|
||||
if "prerender" in instance.data["families"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue