update commit prev

This commit is contained in:
2026-04-26 16:49:23 -07:00
parent 39ee857559
commit bfd5c20dc3
25 changed files with 231 additions and 77 deletions
+4 -9
View File
@@ -1,11 +1,6 @@
"""Built-in plugin modules.
"""Legacy compatibility package.
Concrete built-in plugins live in this package.
The public registry lives in ProviderCore.registry.
Bundled runtime plugins now live under ``plugins/``. This package remains only
for helper modules and backwards-compatible imports that have not been removed
yet.
"""
# Register providers with the strict ResultTable adapter system
try:
from . import alldebrid
except Exception:
pass
+1 -1
View File
@@ -12,7 +12,7 @@ from API.HTTP import HTTPClient
from API.requests_client import get_requests_session
from ProviderCore.base import SearchResult
try:
from Provider.Tidal import Tidal
from plugins.tidal import Tidal
except ImportError: # pragma: no cover - optional
Tidal = None
from API.Tidal import (