Add web config

This commit is contained in:
Nirvana
2025-12-20 14:23:45 +01:00
parent bb351a4723
commit 9f3f12ab21
+1 -1
View File
@@ -1388,7 +1388,7 @@ class UltimateService:
return {'error': 'Settings manager not available'}
# Import and use new auth system
from streaming_providers.base.provider.auth_context import AuthContext
from streaming_providers.providers.auth_context import AuthContext
try:
auth_context = AuthContext(settings_manager)