Connection close, not keep-alive

This commit is contained in:
tomkat83 2016-02-10 16:15:57 +01:00
parent 5a4f4a9b71
commit 99129e5a78

View file

@ -784,7 +784,7 @@ class PlexAPI():
# Get addon infos
xargs = {
'Accept': '*/*',
'Connection': 'keep-alive',
'Connection': 'close',
"Content-Type": "application/x-www-form-urlencoded",
# "Access-Control-Allow-Origin": "*",
'X-Plex-Language': 'en',