Skip to content

Commit

Permalink
fix official tachi repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Jan 9, 2024
1 parent 47dcb07 commit 73711ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ internal class ExtensionGithubApi {
val response = service.getRepo()
parseResponse(response)
} /* SY --> */ + preferences.extensionRepos().get().flatMap {

if (it.endsWith(".json")) {
val response = service.getRepo(it)
parseResponse(response, it)
Expand Down Expand Up @@ -107,6 +106,6 @@ internal class ExtensionGithubApi {

companion object {
const val BASE_URL = "https://raw.githubusercontent.com/"
const val REPO_URL_PREFIX = "${BASE_URL}tachiyomiorg/tachiyomi-extensions/repo/"
const val REPO_URL_PREFIX = "${BASE_URL}tachiyomiorg/extensions/repo/"
}
}

0 comments on commit 73711ef

Please sign in to comment.