Fix patch

Allow dev mode to redownload zip
This commit is contained in:
angelblue05 2018-12-14 03:54:29 -06:00
parent ed9374205f
commit 3ea2ecc50d

View file

@ -363,7 +363,7 @@ def get_objects(src, filename):
LOG.warn("Something went wrong applying this patch %s previously.", filename)
restart = False
if not xbmcvfs.exists(path):
if not xbmcvfs.exists(path) or filename.startswith('DEV'):
delete_folder(CACHE)
LOG.info("From %s to %s", src, path.decode('utf-8'))