mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-20 23:21:15 +01:00
Use consistent extension icon URLs
Better caching between versions. (cherry picked from commit 30f845139d76762798e2cdec7804a38806c3eeca)
This commit is contained in:
parent
c615f4d458
commit
91712daee8
@ -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",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user