From 7ea0cb4c36d211870cb63e12d0031d028dd8153b Mon Sep 17 00:00:00 2001 From: ciccioxm3 Date: Thu, 26 Jun 2025 11:34:33 +0200 Subject: [PATCH] Update hdplayer.py --- StreamingCommunity/Api/Player/hdplayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/StreamingCommunity/Api/Player/hdplayer.py b/StreamingCommunity/Api/Player/hdplayer.py index f4cae0a..0bbb1cc 100644 --- a/StreamingCommunity/Api/Player/hdplayer.py +++ b/StreamingCommunity/Api/Player/hdplayer.py @@ -14,6 +14,7 @@ from StreamingCommunity.Util.config_json import config_manager # Variable MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout") +REQUEST_VERIFY = config_manager.get_bool('REQUESTS', 'verify') class VideoSource: