We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef26ed commit 4f66a0aCopy full SHA for 4f66a0a
1 file changed
plexapi/library.py
@@ -546,6 +546,7 @@ def reload(self):
546
self._server.library._loadSections()
547
newLibrary = self._server.library.sectionByID(self.key)
548
self.__dict__.update(newLibrary.__dict__)
549
+ self._invalidateCachedProperties()
550
return self
551
552
def edit(self, agent=None, **kwargs):
0 commit comments