update link

This commit is contained in:
Shabinder Singh 2021-06-14 19:51:49 +05:30 committed by GitHub
parent fb038dd95c
commit ae01265ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ internal suspend fun updateDownloadCards(
}
// Add Matomo Downloads
client.get<MatomoDownloads>("https://spotiflyer.ml/matomo/?module=API&method=Actions.getDownloads&idSite=1&period=year&date=today&format=JSON&token_auth=anonymous").forEach {
client.get<MatomoDownloads>("https://matomo.spotiflyer.ml/?module=API&method=Actions.getDownloads&idSite=1&period=year&date=today&format=JSON&token_auth=anonymous").forEach {
totalDownloads += it.nb_hits
}