[F] Fix port with aimedb

pull/131/head
Azalea 2025-03-20 10:33:27 -04:00
parent 3d93cc300a
commit 35e7d796ab
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class AllNetClient(val dns: String, val keychip: String, val game: String, val v
if (keychip.length == 11) keychip
else keychip.substring(0, 4) + keychip.substring(5, 12)
}
val aime by lazy { AimeDbClient(game, keychipShort, dns.substringAfter("://")) }
val aime by lazy { AimeDbClient(game, keychipShort, dns.substringAfter("://").substringBefore(":").substringBefore("/")) }
// Send AllNet PowerOn request to obtain game URL
val gameUrl by lazy {