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

* [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
src/ru/remanga
build.gradle
src/eu/kanade/tachiyomi/extension/ru/remanga

View File

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

View File

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