Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Use consistent extension icon URLs

Better caching between versions.

(cherry picked from commit 30f845139d)
Cette révision appartient à :
arkon 2023-07-16 15:44:36 -04:00
Parent c615f4d458
révision 91712daee8

Voir le fichier

@ -117,7 +117,7 @@ internal class ExtensionGithubApi {
hasChangelog = it.hasChangelog == 1,
sources = it.sources?.toExtensionSources() ?: emptyList(),
apkName = it.apk,
iconUrl = "${getUrlPrefix()}icon/${it.apk.replace(".apk", ".png")}",
iconUrl = "${getUrlPrefix()}icon/${it.pkg}.png",
)
}
}