Update src/main/kotlin/org/koitharu/kotatsu/parsers/MangaParser.kt

Co-authored-by: Koitharu <nvasya95@gmail.com>
master
davvarrr 2 years ago committed by GitHub
parent 4ff2061bb7
commit b566e4e7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,7 +55,7 @@ abstract class MangaParser @InternalParsersApi constructor(
* *
* For better performance use [EnumSet] for more than one item. * For better performance use [EnumSet] for more than one item.
*/ */
open val availableDemographic: Set<Demographic> open val availableDemographics: Set<Demographic>
get() = emptySet() get() = emptySet()
/** /**

Loading…
Cancel
Save