mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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",
|
"resolve",
|
||||||
"tvpaint",
|
"tvpaint",
|
||||||
"unreal",
|
"unreal",
|
||||||
"standalonepublisher"
|
"standalonepublisher",
|
||||||
|
"webpublisher"
|
||||||
]
|
]
|
||||||
|
|
||||||
def _item_initialization(self):
|
def _item_initialization(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue