mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +00:00
SSL Verification Fix
This commit is contained in:
parent
f5d2318b00
commit
a1a318d636
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class API(object):
|
|||
"data": data
|
||||
}
|
||||
|
||||
if not settings('sslverify'):
|
||||
if not settings('sslverify.bool'):
|
||||
request_settings["verify"] = False
|
||||
|
||||
LOG.info("Sending %s request to %s" % (method, path))
|
||||
|
|
Loading…
Reference in a new issue