chore: add libraries key to bookdata

This commit is contained in:
2025-11-11 13:56:03 +01:00
parent f45c869b56
commit ce3eea7243

View File

@@ -25,6 +25,7 @@ class BookData:
old_book: Any | None = None
media_type: str | None = None #
in_library: bool | None = None # whether the book is in the library or not
libraries: list[str] | None = field(default_factory=list)
def __post_init__(self):
self.library_location = (