[RU]Remanga all bookmark with custom's (#952)
* [RU]Remanga all bookmark with custom's * auto rebeald
This commit is contained in:
parent
90f361e243
commit
0b214c2d89
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Remanga'
|
||||
extClass = '.Remanga'
|
||||
extVersionCode = 83
|
||||
extVersionCode = 84
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -905,6 +905,7 @@ class Remanga : ConfigurableSource, HttpSource() {
|
|||
|
||||
private fun getMyList() = listOf(
|
||||
MyListUnit("Каталог", "-"),
|
||||
MyListUnit("Все закладки", "all"),
|
||||
MyListUnit("Читаю", "1"),
|
||||
MyListUnit("Буду читать", "2"),
|
||||
MyListUnit("Прочитано", "3"),
|
||||
|
|
Loading…
Reference in New Issue