mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-20 07:53:56 +00:00
fix: request storage permission for novels
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user