Fixes for merged manga settings

This commit is contained in:
Jobobby04
2022-11-15 00:25:42 -05:00
parent 5afc33becb
commit 1acb7a1a35
6 changed files with 17 additions and 13 deletions
@@ -68,6 +68,7 @@ class MangaMergeRepositoryImpl(
downloadChapters = value.downloadChapters?.toLong(),
infoManga = value.isInfoManga?.toLong(),
chapterPriority = value.chapterPriority?.toLong(),
chapterSortMode = value.chapterSortMode?.toLong(),
)
}
}