Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Use consistent extension icon URLs

Better caching between versions.
Cette révision appartient à :
arkon 2023-07-16 15:44:36 -04:00
Parent 818471b7e1
révision 30f845139d

Voir le fichier

@ -125,7 +125,7 @@ internal class ExtensionGithubApi {
hasChangelog = it.hasChangelog == 1,
sources = it.sources?.map(extensionSourceMapper).orEmpty(),
apkName = it.apk,
iconUrl = "${getUrlPrefix()}icon/${it.apk.replace(".apk", ".png")}",
iconUrl = "${getUrlPrefix()}icon/${it.pkg}.png",
)
}
}