Merge branch 'feature/246-dbl-page' of https://github.com/MichaelFitzurka/comictagger into MichaelFitzurka-feature/246-dbl-page

This commit is contained in:
Timmy Welch 2022-04-10 10:54:49 -07:00
commit 77143b0198

View File

@ -50,6 +50,8 @@ class PageType:
class ImageMetadata(TypedDict):
Type: PageType
Bookmark: str
DoublePage: bool
Image: int
ImageSize: str
ImageHeight: str