mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	Fix crash with chapterFlags in Manga.create() (#7530)
This commit is contained in:
		| @@ -136,7 +136,7 @@ data class Manga( | ||||
|             lastUpdate = -1L, | ||||
|             dateAdded = -1L, | ||||
|             viewerFlags = -1L, | ||||
|             chapterFlags = -1L, | ||||
|             chapterFlags = 0L, | ||||
|             coverLastModified = -1L, | ||||
|             artist = null, | ||||
|             author = null, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user