diff --git a/VERSION b/VERSION index 0cb0ca47..1ba24376 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.5-develop104 +1.16.5-develop105 diff --git a/modules/plex.py b/modules/plex.py index 817d36bd..9d604a26 100644 --- a/modules/plex.py +++ b/modules/plex.py @@ -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):