Skip to content

Commit eba2575

Browse files
committed
Long time since a release lets make one.
1 parent ceb3f03 commit eba2575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
# PlexAPI Settings
1616
PROJECT = 'PlexAPI'
17-
VERSION = '3.0.3'
17+
VERSION = '3.0.4'
1818
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
19-
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 50, int)
19+
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
2020

2121
# Plex Header Configuation
2222
X_PLEX_PROVIDES = CONFIG.get('header.provides', 'controller')

0 commit comments

Comments
 (0)