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:
DitFranXX 2019-02-08 22:53:49 +09:00 committed by Carlos
parent 3ac3b789ed
commit 3d1d0ba989

View File

@ -9,8 +9,7 @@ class LibMangaFactory : SourceFactory {
fun getAllLibManga(): List<Source> { fun getAllLibManga(): List<Source> {
return listOf( return listOf(
Mangalib(), Mangalib()
Yaoilib()
) )
} }