[105] fix all_items cache

pull/878/head
meisnate12 3 years ago
parent e5fd6aa984
commit 07686c6b25

@ -1 +1 @@
1.16.5-develop104
1.16.5-develop105

@ -477,7 +477,8 @@ class Plex(Library):
logger.ghost(f"Loaded: {container_start}/{self.Plex._totalViewSize}")
container_start += container_size
logger.info(f"Loaded {self.Plex._totalViewSize} {collection_level.capitalize()}s")
self._all_items = results
if collection_level in [None, "show", "artist", "movie"]:
self._all_items = results
return results
def upload_theme(self, collection, url=None, filepath=None):

Loading…
Cancel
Save