fix: request storage permission for novels

This commit is contained in:
rebelonion
2024-04-05 20:02:36 -05:00
parent 594b71dc16
commit dd994dcfab
5 changed files with 40 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ internal class ExtensionGithubApi {
val repos =
PrefManager.getVal<Set<String>>(PrefName.MangaExtensionRepos).toMutableList()
if (repos.isEmpty()) {
repos.add("https://raw.githubusercontent.com/keiyoushi/extensions/main")
repos.add("https://raw.githubusercontent.com/aniyomiorg/aniyomi-extensions/repo")
PrefManager.setVal(PrefName.MangaExtensionRepos, repos.toSet())
}