mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-27 09:44:55 +03:00
Fix crash with chapterFlags in Manga.create() (#7530)
This commit is contained in:
parent
386b8945c8
commit
4684797dfb
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ data class Manga(
|
|||
lastUpdate = -1L,
|
||||
dateAdded = -1L,
|
||||
viewerFlags = -1L,
|
||||
chapterFlags = -1L,
|
||||
chapterFlags = 0L,
|
||||
coverLastModified = -1L,
|
||||
artist = null,
|
||||
author = null,
|
||||
|
|
Loading…
Reference in a new issue