Add default for mangasort in backup categories

This commit is contained in:
Jays2Kings 2021-03-25 21:48:23 -04:00
parent ee38d8a647
commit 965c41a4bc

View File

@ -14,7 +14,7 @@ class BackupCategory(
@ProtoNumber(100) var flags: Int = 0,
// J2K Specific values
@ProtoNumber(800) var mangaSort: Char?,
@ProtoNumber(800) var mangaSort: Char? = null,
) {
fun getCategoryImpl(): CategoryImpl {
return CategoryImpl().apply {