diff --git a/lib/plexapi/base.py b/lib/plexapi/base.py index fb1066aa..cfe82050 100644 --- a/lib/plexapi/base.py +++ b/lib/plexapi/base.py @@ -480,7 +480,7 @@ class PlexPartialObject(PlexObject): objname = "%s '%s'" % (clsname, title) if title else clsname log.debug("Reloading %s for attr '%s'", objname, attr) # Reload and return the value - self._reload() + self._reload(_overwriteNone=False) return super(PlexPartialObject, self).__getattribute__(attr) def analyze(self): diff --git a/lib/plexapi/const.py b/lib/plexapi/const.py index 80d34806..3d1860fc 100644 --- a/lib/plexapi/const.py +++ b/lib/plexapi/const.py @@ -4,6 +4,6 @@ # Library version MAJOR_VERSION = 4 MINOR_VERSION = 11 -PATCH_VERSION = 0 +PATCH_VERSION = 1 __short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}" __version__ = f"{__short_version__}.{PATCH_VERSION}" diff --git a/requirements.txt b/requirements.txt index 88712250..99364024 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ MarkupSafe==2.1.1 musicbrainzngs==0.7.1 packaging==21.3 paho-mqtt==1.6.1 -plexapi==4.11.0 +plexapi==4.11.1 portend==3.1.0 profilehooks==1.12.0 PyJWT==2.4.0