We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb3f03 commit eba2575Copy full SHA for eba2575
plexapi/__init__.py
@@ -14,9 +14,9 @@
14
15
# PlexAPI Settings
16
PROJECT = 'PlexAPI'
17
-VERSION = '3.0.3'
+VERSION = '3.0.4'
18
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
19
-X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 50, int)
+X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
20
21
# Plex Header Configuation
22
X_PLEX_PROVIDES = CONFIG.get('header.provides', 'controller')
0 commit comments