update commit prev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user