Luscious Fix latest being in reverse (#6970)

* Update Luscious.kt

* Update LusciousGenerator.kt
This commit is contained in:
Johannes Joens 2021-05-12 05:18:18 +12:00 committed by GitHub
parent 6a0a880475
commit d746fa4cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -674,7 +674,7 @@ abstract class Luscious(
companion object { companion object {
private const val POPULAR_DEFAULT_SORT_STATE = 0 private const val POPULAR_DEFAULT_SORT_STATE = 0
private const val LATEST_DEFAULT_SORT_STATE = 7 private const val LATEST_DEFAULT_SORT_STATE = 6
private const val SEARCH_DEFAULT_SORT_STATE = 0 private const val SEARCH_DEFAULT_SORT_STATE = 0
private const val FILTER_VALUE_IGNORE = "<ignore>" private const val FILTER_VALUE_IGNORE = "<ignore>"

View File

@ -10,7 +10,7 @@ class LusciousGenerator : ThemeSourceGenerator {
override val themeClass = "Luscious" override val themeClass = "Luscious"
override val baseVersionCode: Int = 7 override val baseVersionCode: Int = 8
override val sources = listOf( override val sources = listOf(
MultiLang("Luscious", "https://www.luscious.net", listOf("en","ja", "es", "it", "de", "fr", "zh", "ko", "other", "pt", "th", "all"), isNsfw = true, className = "LusciousFactory", overrideVersionCode = 2), MultiLang("Luscious", "https://www.luscious.net", listOf("en","ja", "es", "it", "de", "fr", "zh", "ko", "other", "pt", "th", "all"), isNsfw = true, className = "LusciousFactory", overrideVersionCode = 2),