Added X-Plex-Container-Size for plex backend, as it's going to be requirement in future versions.
This commit is contained in:
@@ -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', [])
|
||||
|
||||
Reference in New Issue
Block a user