Fix: thumbnails
This commit is contained in:
parent
6a077fa48d
commit
f0536b3cad
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import kotlinx.serialization.json.decodeFromJsonElement
|
|||
|
||||
object Anify {
|
||||
suspend fun fetchAndParseMetadata(id :Int): Map<String, Episode> {
|
||||
val response = client.get("https://api.anify.tv/content-metadata/$id")
|
||||
val response = client.get("https://anify.eltik.cc/content-metadata/$id")
|
||||
.parsed<JsonArray>().map {
|
||||
Mapper.json.decodeFromJsonElement<AnifyElement>(it)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue