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

pull/7535/head
jobobby04 2 years ago committed by GitHub
parent 386b8945c8
commit 4684797dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save