[RU]Remanga all bookmark with custom's (#952)

* [RU]Remanga all bookmark with custom's

* auto rebeald
This commit is contained in:
Eshlender 2024-02-03 10:40:23 +05:00 committed by Draff
parent 90f361e243
commit 0b214c2d89
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Remanga'
extClass = '.Remanga'
extVersionCode = 83
extVersionCode = 84
}
apply from: "$rootDir/common.gradle"

View File

@ -905,6 +905,7 @@ class Remanga : ConfigurableSource, HttpSource() {
private fun getMyList() = listOf(
MyListUnit("Каталог", "-"),
MyListUnit("Все закладки", "all"),
MyListUnit("Читаю", "1"),
MyListUnit("Буду читать", "2"),
MyListUnit("Прочитано", "3"),