improved library screen, fixed issues with image rendering and navigation
Python CI / test (3.12) (push) Successful in 6m50s
Python CI / test (3.13) (push) Has been cancelled

This commit is contained in:
2025-11-10 14:13:59 +01:00
parent 8f6205dcfe
commit dd392d2e15
11 changed files with 990 additions and 642 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class DocumentManager:
# Extract metadata
self.title = book.get_title() or "Unknown Title"
self.author = book.get_metadata('AUTHOR') or "Unknown Author"
self.author = book.get_author() or "Unknown Author"
# Create document ID from filename
self.document_id = Path(epub_path).stem