mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add webpublisher to hosts enum
This commit is contained in:
parent
eecba17ef8
commit
24f557f233
1 changed files with 2 additions and 1 deletions
|
|
@ -154,7 +154,8 @@ class HostsEnumEntity(BaseEnumEntity):
|
|||
"resolve",
|
||||
"tvpaint",
|
||||
"unreal",
|
||||
"standalonepublisher"
|
||||
"standalonepublisher",
|
||||
"webpublisher"
|
||||
]
|
||||
|
||||
def _item_initialization(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue