Connection close, not keep-alive
This commit is contained in:
parent
5a4f4a9b71
commit
99129e5a78
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue