mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-26 02:24:31 +01:00
Update UpdateDownloadCards.kt
This commit is contained in:
parent
4aa0a4ea08
commit
aa1acfa283
@ -37,7 +37,7 @@ internal suspend fun updateDownloadCards(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add Matomo Downloads
|
// Add Matomo Downloads
|
||||||
client.get<MatomoDownloads>("https://kind-grasshopper-73.telebit.io/matomo/?module=API&method=Actions.getDownloads&idSite=1&period=year&date=today&format=JSON&token_auth=anonymous").forEach {
|
client.get<MatomoDownloads>("https://spotiflyer.ml/matomo/?module=API&method=Actions.getDownloads&idSite=1&period=year&date=today&format=JSON&token_auth=anonymous").forEach {
|
||||||
totalDownloads += it.nb_hits
|
totalDownloads += it.nb_hits
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user