mirror of
https://github.com/mihonapp/mihon.git
synced 2025-12-14 19:01:39 +01:00
Fix crash with chapterFlags in Manga.create() (#7530)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user