your commit message

This commit is contained in:
2026-02-25 17:35:38 -08:00
parent 39a84b3274
commit 834be06ab9
12 changed files with 517 additions and 543 deletions

View File

@@ -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: