chore: add libraries key to bookdata
This commit is contained in:
@@ -25,6 +25,7 @@ class BookData:
|
|||||||
old_book: Any | None = None
|
old_book: Any | None = None
|
||||||
media_type: str | None = None #
|
media_type: str | None = None #
|
||||||
in_library: bool | None = None # whether the book is in the library or not
|
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):
|
def __post_init__(self):
|
||||||
self.library_location = (
|
self.library_location = (
|
||||||
|
|||||||
Reference in New Issue
Block a user