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

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

@ -47,7 +47,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 availableType: Set<Type> open val availableTypes: Set<Type>
get() = emptySet() get() = emptySet()
/** /**

Loading…
Cancel
Save