Use consistent extension icon URLs
Better caching between versions. (cherry picked from commit 30f845139d76762798e2cdec7804a38806c3eeca) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt
This commit is contained in:
parent
1da31e622f
commit
01e0c3c040
@ -159,7 +159,7 @@ internal class ExtensionGithubApi {
|
||||
hasChangelog = it.hasChangelog == 1,
|
||||
sources = it.sources?.map(extensionSourceMapper).orEmpty(),
|
||||
apkName = it.apk,
|
||||
iconUrl = "${/* SY --> */ repoUrl /* SY <-- */}icon/${it.apk.replace(".apk", ".png")}",
|
||||
iconUrl = "${/* SY --> */ repoUrl /* SY <-- */}icon/${it.pkg}.png",
|
||||
// SY -->
|
||||
repoUrl = repoUrl,
|
||||
isRepoSource = repoSource,
|
||||
|
Loading…
x
Reference in New Issue
Block a user