mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
58f142a8d7
commit
8e68ba73e5
1 changed files with 1 additions and 1 deletions
|
@ -1952,7 +1952,7 @@ object RabbitStream {
|
|||
}
|
||||
|
||||
suspend fun getZoroKey(): String {
|
||||
return app.get("https://raw.githubusercontent.com/enimax-anime/key/e6/key.txt").text
|
||||
return app.get("https://raw.githubusercontent.com/enimax-anime/key/e0/key.txt").text
|
||||
}
|
||||
|
||||
private inline fun <reified T> decryptMapped(input: String, key: String): T? {
|
||||
|
|
Loading…
Reference in a new issue