diff --git a/addon.xml b/addon.xml index 338ddb6a..55ab93f0 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/platformcode/updater.py b/platformcode/updater.py index f3a76ee6..bb75740f 100644 --- a/platformcode/updater.py +++ b/platformcode/updater.py @@ -15,7 +15,7 @@ addon = xbmcaddon.Addon('plugin.video.kod') _hdr_pat = re.compile("^@@ -(\d+),?(\d+)? \+(\d+),?(\d+)? @@.*") -branch = 'master' +branch = 'stable' user = 'kodiondemand' repo = 'addon' addonDir = xbmc.translatePath("special://home/addons/") + "plugin.video.kod/"