From 5340bd8c8aff8e43713f7fb78359dd103fd96aaa Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Fri, 15 Jul 2022 20:22:55 +0300 Subject: [PATCH] Added X-Plex-Container-Size for plex backend, as it's going to be requirement in future versions. --- src/Backends/Plex/PlexClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Backends/Plex/PlexClient.php b/src/Backends/Plex/PlexClient.php index 7eaa8cab..0e192465 100644 --- a/src/Backends/Plex/PlexClient.php +++ b/src/Backends/Plex/PlexClient.php @@ -86,6 +86,7 @@ class PlexClient implements iClient 'headers' => [ 'Accept' => 'application/json', 'X-Plex-Token' => $context->backendToken, + 'X-Plex-Container-Size' => 0, ], ], ag($context->options, 'client', [])