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 44373e2 commit 90a1cffCopy full SHA for 90a1cff
plexapi/base.py
@@ -455,7 +455,7 @@ def __getattribute__(self, attr):
455
# Check a few cases where we dont want to reload
456
if attr in _DONT_RELOAD_FOR_KEYS: return value
457
if attr in _DONT_OVERWRITE_SESSION_KEYS: return value
458
- if attr in USER_DONT_RELOAD_FOR_KEYS: return
+ if attr in USER_DONT_RELOAD_FOR_KEYS: return value
459
if attr.startswith('_'): return value
460
if value not in (None, []): return value
461
if self.isFullObject(): return value
0 commit comments