diff --git a/client/ayon_core/host/dirmap.py b/client/ayon_core/host/dirmap.py index d809abaefd..8766e7485d 100644 --- a/client/ayon_core/host/dirmap.py +++ b/client/ayon_core/host/dirmap.py @@ -162,7 +162,7 @@ class HostDirmap(object): if ( sitesync_addon is None or not sitesync_addon.enabled - or project_name not in sitesync_addon.get_enabled_projects() + or not sitesync_addon.is_project_enabled(project_name, True) ): return mapping