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', [])