Fix build error due to not-deleted code on previous commit. (#787)
Fix build error due to not-deleted code on previous commit.
This commit is contained in:
parent
3ac3b789ed
commit
3d1d0ba989
@ -9,8 +9,7 @@ class LibMangaFactory : SourceFactory {
|
|||||||
|
|
||||||
fun getAllLibManga(): List<Source> {
|
fun getAllLibManga(): List<Source> {
|
||||||
return listOf(
|
return listOf(
|
||||||
Mangalib(),
|
Mangalib()
|
||||||
Yaoilib()
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user