mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
versionData key fixed to versionAttributes
This commit is contained in:
parent
1d2848af45
commit
6af601b784
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ class ClipLoader:
|
|||
source_duration = int(_clip_property("Frames"))
|
||||
|
||||
# Trim clip start if slate is present
|
||||
if "slate" in self.data["versionData"]["families"]:
|
||||
if "slate" in self.data["versionAttributes"]["families"]:
|
||||
source_in += 1
|
||||
source_duration = source_out - source_in + 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue