Add default for mangasort in backup categories

pull/7308/head
Jays2Kings 4 years ago
parent ee38d8a647
commit 965c41a4bc

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

Loading…
Cancel
Save