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 8d80596 commit 8e099ddCopy full SHA for 8e099dd
plexapi/base.py
@@ -480,7 +480,7 @@ def __getattribute__(self, attr):
480
objname = "%s '%s'" % (clsname, title) if title else clsname
481
log.debug("Reloading %s for attr '%s'", objname, attr)
482
# Reload and return the value
483
- self._reload()
+ self._reload(_overwriteNone=False)
484
return super(PlexPartialObject, self).__getattribute__(attr)
485
486
def analyze(self):
0 commit comments