This commit is contained in:
Syer10
2026-06-17 14:06:06 -04:00
parent 00bc3e39b6
commit aff95bfc37

View File

@@ -199,11 +199,12 @@ object Extension {
it[versionCode] = packageInfo.versionCode.toLong()
it[lang] = extensionLang
// todo will change
it[contentRating] = if (isNsfw) {
ContentRating.PORNOGRAPHIC.ordinal
} else {
ContentRating.SAFE.ordinal
}
it[contentRating] =
if (isNsfw) {
ContentRating.PORNOGRAPHIC.ordinal
} else {
ContentRating.SAFE.ordinal
}
}
}