Implement setting alternative repo bases with the snowier.repo_base setting

This commit is contained in:
Rph :3 2025-03-27 17:42:56 +01:00
parent 6edfa118b1
commit 4ff7e3216c
No known key found for this signature in database

View File

@ -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",