improved library screen, fixed issues with image rendering and navigation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user