Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Missing audio on farm submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
tokejepsen committed Oct 15, 2020
1 parent b1687b8 commit 1aeaa4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pype/plugins/global/publish/submit_publish_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,8 @@ def process(self, instance):
"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"]:
Expand Down

0 comments on commit 1aeaa4b

Please sign in to comment.