mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add default item_type
This commit is contained in:
parent
b4512d2d1c
commit
a445bc55d4
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ async def main():
|
|||
source['content'],
|
||||
source['url'],
|
||||
source.get('uploadFileId', None),
|
||||
page_type,
|
||||
page_type if page_type is not None else 'UNKNOWN',
|
||||
source['slug'],
|
||||
source.get('readingProgressTopPercent', 0),
|
||||
source.get('readingProgressPercent', 0),
|
||||
|
|
|
|||
Loading…
Reference in a new issue