mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix patch
Allow dev mode to redownload zip
This commit is contained in:
parent
ed9374205f
commit
3ea2ecc50d
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Reference in a new issue