mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Update src/backend/lib/storage.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
src/backend/lib/storage.py
vendored
2
src/backend/lib/storage.py
vendored
@@ -87,7 +87,7 @@ class Storage:
|
|||||||
if not book[2]: # If cover image is missing unset entry
|
if not book[2]: # If cover image is missing unset entry
|
||||||
cover_image = None
|
cover_image = None
|
||||||
if not book[1]:
|
if not book[1]:
|
||||||
pass
|
book[1] = "Unknown Author"
|
||||||
# collections = self.parse_collections_from_path(book)
|
# collections = self.parse_collections_from_path(book)
|
||||||
# breakpoint()
|
# breakpoint()
|
||||||
_book = Book(
|
_book = Book(
|
||||||
|
|||||||
Reference in New Issue
Block a user