diff --git a/Loklok/src/main/kotlin/com/hexated/Loklok.kt b/Loklok/src/main/kotlin/com/hexated/Loklok.kt index 09827d16..5e8c8ca5 100644 --- a/Loklok/src/main/kotlin/com/hexated/Loklok.kt +++ b/Loklok/src/main/kotlin/com/hexated/Loklok.kt @@ -33,9 +33,9 @@ class Loklok : MainAPI() { private const val mainImageUrl = "https://images.weserv.nl" private val headers = mutableMapOf( "lang" to "en", - "versioncode" to "33", - "clienttype" to "android_Official", - "deviceid" to getDeviceId() + "versioncode" to "999999999", + "clienttype" to "ios17", + "deviceid" to getDeviceId(), ) private fun base64DecodeAPI(api: String): String {