Naga 2 years ago committed by Koitharu
parent 49ca54d68a
commit 6dbc709f98

@ -86,7 +86,7 @@ internal class OmegaScans(context: MangaLoaderContext) : HeanCms(context, MangaS
"Hiatus" -> MangaState.PAUSED "Hiatus" -> MangaState.PAUSED
else -> null else -> null
}, },
author = j.getString("author"), author = null,//j.getString("author"),
source = source, source = source,
description = j.getString("description"), description = j.getString("description"),
) )

Loading…
Cancel
Save