forgot to parse maybe

master
Martin Zwigl 2025-03-05 23:01:22 +01:00
parent 150725707d
commit fc7780d8d2
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
}
})
.then(cmcResult => ({
text: cmcResult.resp.data["1"].symbol, // Fixed data path
text: JSON.parse(cmcResult.resp).data["1"].symbol, // Fixed data path
img: COIN_ICON
}))
.catch(err => ({

View File

@ -1,7 +1,7 @@
{ "id": "coin_info",
"name": "Crypto-Coins Info",
"shortName":"Coins Info",
"version": "0.04.15",
"version": "0.04.16",
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
"icon": "app.png",
"tags": "clkinfo",