thumbnail fix

This commit is contained in:
tom5079
2025-03-23 10:31:12 -07:00
parent 9c878f5e44
commit 72937cdd42
5 changed files with 4 additions and 4 deletions

View File

@@ -237,9 +237,9 @@ suspend fun subdomainFromURL(url: String, base: String? = null, dir: String? = n
if (g != null) {
retval = if (base.isNullOrEmpty()) {
(97 + gg.m(g)).toChar().toString() + base
} else {
retval + (1 + gg.m(g)).toString()
} else {
(97 + gg.m(g)).toChar().toString() + base
}
}