Added X-Plex-Container-Size for plex backend, as it's going to be requirement in future versions.

This commit is contained in:
Abdulmhsen B. A. A
2022-07-15 20:22:55 +03:00
parent 7008877ce6
commit 5340bd8c8a

View File

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