mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix(nks): wrong name of attribute
This commit is contained in:
parent
5ae6947ab1
commit
b15449837a
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class CollectReviews(api.InstancePlugin):
|
|||
# adding representation for review mov
|
||||
representation = {
|
||||
"files": file,
|
||||
"staging_dir": file_dir,
|
||||
"stagingDir": file_dir,
|
||||
"startFrame": rev_inst.data.get("sourceIn"),
|
||||
"endFrame": rev_inst.data.get("sourceOut"),
|
||||
"step": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue