your commit message
This commit is contained in:
@@ -87,10 +87,9 @@ def _load_root_modules() -> None:
|
||||
|
||||
|
||||
def _load_helper_modules() -> None:
|
||||
try:
|
||||
import API.alldebrid as _alldebrid
|
||||
except Exception:
|
||||
pass
|
||||
# Provider-specific module pre-loading removed; providers are loaded lazily
|
||||
# through ProviderCore.registry when first referenced.
|
||||
pass
|
||||
|
||||
|
||||
def _register_native_commands() -> None:
|
||||
|
||||
Reference in New Issue
Block a user