diff --git a/comet/api/endpoints/playback.py b/comet/api/endpoints/playback.py index cc7252b..c0c8106 100644 --- a/comet/api/endpoints/playback.py +++ b/comet/api/endpoints/playback.py @@ -139,11 +139,7 @@ async def playback( }, ) - if ( - settings.PROXY_DEBRID_STREAM - and settings.PROXY_DEBRID_STREAM_PASSWORD - == config["debridStreamProxyPassword"] - ): + if should_proxy: return await custom_handle_stream_request( request.method, download_url,