mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/maya/plugins/load/load_audio.py
This commit is contained in:
parent
a029031b58
commit
8871278288
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ class AudioLoader(load.LoaderPlugin):
|
|||
project_name, version["parent"], fields=["parent"]
|
||||
)
|
||||
asset = get_asset_by_id(
|
||||
project_name, subset["parent"],
|
||||
project_name,
|
||||
subset["parent"],
|
||||
fields=["parent", "data.frameStart", "data.frameEnd"]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue