mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Fix crash with chapterFlags in Manga.create() (#7530)
This commit is contained in:
parent
386b8945c8
commit
4684797dfb
@ -136,7 +136,7 @@ data class Manga(
|
|||||||
lastUpdate = -1L,
|
lastUpdate = -1L,
|
||||||
dateAdded = -1L,
|
dateAdded = -1L,
|
||||||
viewerFlags = -1L,
|
viewerFlags = -1L,
|
||||||
chapterFlags = -1L,
|
chapterFlags = 0L,
|
||||||
coverLastModified = -1L,
|
coverLastModified = -1L,
|
||||||
artist = null,
|
artist = null,
|
||||||
author = null,
|
author = null,
|
||||||
|
Loading…
Reference in New Issue
Block a user