Merge branch 'patch-1' of https://github.com/AllanMar/PlexKodiConnect into AllanMar-patch-1

This commit is contained in:
tomkat83 2017-03-01 19:25:35 +01:00
commit 90445ba7b5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class MyHandler(BaseHTTPRequestHandler):
'x-plex-version, x-plex-platform-version, x-plex-username, '
'x-plex-client-identifier, x-plex-target-client-identifier, '
'x-plex-device-name, x-plex-platform, x-plex-product, accept, '
'x-plex-device')
'x-plex-device, x-plex-device-screen-resolution')
self.end_headers()
self.wfile.close()