SpotlessApply

This commit is contained in:
Jobobby04 2025-05-16 21:16:09 -04:00
parent f876cdb037
commit f992ada0a8

View File

@ -196,7 +196,7 @@ class NHentai(delegate: HttpSource, val context: Context) :
metadata.pageImageTypes.mapIndexed { index, s ->
PagePreviewInfo(
index + 1,
imageUrl = thumbnailUrlFromType(metadata.mediaId!!, metadata.mediaServer ?: 1, index + 1, s)!!
imageUrl = thumbnailUrlFromType(metadata.mediaId!!, metadata.mediaServer ?: 1, index + 1, s)!!,
)
},
false,