SpotlessApply

This commit is contained in:
Jobobby04 2025-05-24 21:07:29 -04:00
parent 5074e68b9c
commit cc934607c8

View File

@ -45,7 +45,7 @@ fun Manga.toSManga(): SManga = SManga.create().also {
it.description = ogDescription
it.genre = ogGenre.orEmpty().joinToString()
it.status = ogStatus.toInt()
//SY <--
// SY <--
it.thumbnail_url = thumbnailUrl
it.initialized = initialized
}