Adjust download badge color again

(cherry picked from commit 912687ac78)
This commit is contained in:
arkon
2020-08-02 23:03:24 -04:00
committed by Jobobby04
parent a84df3501a
commit 417a31cfad
7 changed files with 17 additions and 17 deletions
@@ -93,6 +93,6 @@ internal class ExtensionGithubApi {
companion object {
const val BASE_URL = "https://raw.githubusercontent.com/"
private const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/"
const val REPO_URL_PREFIX = "${BASE_URL}inorichi/tachiyomi-extensions/repo/"
}
}
@@ -37,6 +37,6 @@ interface ExtensionGithubService {
}
}
@GET("/inorichi/tachiyomi-extensions/repo/index.json.gz")
@GET("${ExtensionGithubApi.REPO_URL_PREFIX}index.json.gz")
suspend fun getRepo(): JsonArray
}