mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix fields query
This commit is contained in:
parent
fffe1162b0
commit
ad1380541f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class CollectAudio(pyblish.api.ContextPlugin):
|
|||
asset_docs = get_assets(
|
||||
project_name,
|
||||
asset_names=asset_names,
|
||||
fields=["_id"]
|
||||
fields=["_id", "name"]
|
||||
)
|
||||
|
||||
asset_id_by_name = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue