From 9f3f12ab21ab7e6cf979f8fec4ce6b59f3413efc Mon Sep 17 00:00:00 2001 From: Nirvana Date: Sat, 20 Dec 2025 14:23:45 +0100 Subject: [PATCH] Add web config --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index e584aa3..23eae9b 100644 --- a/service.py +++ b/service.py @@ -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)