From 020f050068bd6d974a063f4512da81514a77cec4 Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 7 Nov 2021 11:48:58 +0100 Subject: [PATCH] Revert "Adjust some Companion headers" This reverts commit f2e2be6da7a21d7e89c0bad1d9922c1e2f4e2aaa. --- resources/lib/plex_companion/common.py | 2 +- resources/lib/variables.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lib/plex_companion/common.py b/resources/lib/plex_companion/common.py index a957a785..14f6e4c1 100644 --- a/resources/lib/plex_companion/common.py +++ b/resources/lib/plex_companion/common.py @@ -25,7 +25,7 @@ def proxy_headers(): def proxy_params(): params = { 'deviceClass': 'pc', - 'protocolCapabilities': 'timeline,playback,navigation,mirror,playqueues', + 'protocolCapabilities': 'timeline,playback,navigation,playqueues', 'protocolVersion': 3 } if app.ACCOUNT.pms_token: diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 5219af5a..e457a5bd 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -445,9 +445,9 @@ CONTENT_FROM_PLEX_TYPE = { # Plex profile for transcoding and direct streaming # Uses the empty Generic.xml at Plex Media Server/Resources/Profiles for any # Playback decisions -PLATFORM = 'Kodi' +PLATFORM = 'Generic' # Version seems to be irrelevant for the generic platform -PLATFORM_VERSION = KODILONGVERSION +PLATFORM_VERSION = '1.0.0' # Overrides (replace=true) any existing entries in generic.xml STREAMING_HEADERS = { 'X-Plex-Client-Profile-Extra':