Added Unsorted collection

This commit is contained in:
2025-08-09 17:30:48 +00:00
parent 40e56eb7f4
commit 14afb93aea

View File

@@ -172,8 +172,7 @@ class Storage:
except ValueError: except ValueError:
continue # skip books outside the configured path continue # skip books outside the configured path
if len(relative_parts) < 2: if len(relative_parts) < 2:
breakpoint() folder = "Unsorted"
folder = relative_parts[1]
else: else:
folder = relative_parts[0] folder = relative_parts[0]
# check if collection exists # check if collection exists