Fix crash with chapterFlags in Manga.create() (#7530)

This commit is contained in:
jobobby04 2022-07-14 17:16:45 -04:00 committed by GitHub
parent 386b8945c8
commit 4684797dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ data class Manga(
lastUpdate = -1L,
dateAdded = -1L,
viewerFlags = -1L,
chapterFlags = -1L,
chapterFlags = 0L,
coverLastModified = -1L,
artist = null,
author = null,