diff --git a/VERSION b/VERSION index 2b182978..4c453351 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1-develop6 +1.19.1-develop7 diff --git a/modules/builder.py b/modules/builder.py index b8e8435b..67abae7d 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -1121,7 +1121,7 @@ class CollectionBuilder: if self.obj and check_url != self.library.smart_filter(self.obj): self.library.update_smart_collection(self.obj, check_url) logger.info(f"Detail: Smart Collection updated to {check_url}") - self.beginning_count = len(self.library.fetchItems(check_url)) + self.beginning_count = len(self.library.fetchItems(check_url)) if self.obj: self.exists = True if self.sync or self.playlist: