Fix compiling

pull/397/head
Koitharu 2 years ago
parent 9d2f633e14
commit 24573d12f5
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -42,7 +42,7 @@ abstract class MangaParser @InternalParsersApi constructor(
message = "Use availableSortOrders instead", message = "Use availableSortOrders instead",
replaceWith = ReplaceWith("availableSortOrders"), replaceWith = ReplaceWith("availableSortOrders"),
) )
val sortOrders: Set<SortOrder> open val sortOrders: Set<SortOrder>
get() = availableSortOrders get() = availableSortOrders
val config by lazy { context.getConfig(source) } val config by lazy { context.getConfig(source) }

Loading…
Cancel
Save