Update CuuTruyenParser.kt

master
Draken 2 years ago committed by GitHub
parent e3924d5b06
commit 38ecde185a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,6 +34,11 @@ internal class CuuTruyenParser(context: MangaLoaderContext) :
"cuutruyent9sv7.xyz", "cuutruyent9sv7.xyz",
) )
override fun onCreateConfig(keys: MutableCollection<ConfigKey<*>>) {
super.onCreateConfig(keys)
keys.add(userAgentKey)
}
override val availableSortOrders: Set<SortOrder> = EnumSet.of( override val availableSortOrders: Set<SortOrder> = EnumSet.of(
SortOrder.UPDATED, SortOrder.UPDATED,
SortOrder.POPULARITY, SortOrder.POPULARITY,

Loading…
Cancel
Save