Implement setting alternative repo bases with the snowier.repo_base setting
This commit is contained in:
parent
6edfa118b1
commit
4ff7e3216c
@ -1,4 +1,5 @@
|
||||
local repoRoot = "https://git.colon-three.com/kodi/snowier/raw/branch/main/"
|
||||
local defaultRoot = "https://git.colon-three.com/kodi/snowier/raw/branch/main/"
|
||||
local repoRoot = settings.get("snowier.repo_base") or defaultRoot
|
||||
|
||||
local URLs = {
|
||||
fileIndex = repoRoot .. "index.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user