From c01df04dcadb01919909ca5db7c8c6606cc18259 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Fri, 6 Oct 2023 11:41:44 -0400 Subject: [PATCH] [7] fix 404 reason --- VERSION | 2 +- modules/builder.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: