Update src/backend/lib/storage.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
th3r00t
2025-08-11 12:23:34 -04:00
committed by GitHub
parent 2724d97e55
commit 07efbf68a8

View File

@@ -87,7 +87,7 @@ class Storage:
if not book[2]: # If cover image is missing unset entry
cover_image = None
if not book[1]:
pass
book[1] = "Unknown Author"
# collections = self.parse_collections_from_path(book)
# breakpoint()
_book = Book(