Change settings name

To ensure it takes default value instead of previous value set in 3.0.34
This commit is contained in:
angelblue05 2018-09-22 17:05:48 -05:00
parent 97a4e4d4e6
commit 570a233d14
4 changed files with 4 additions and 3 deletions

View file

@ -272,6 +272,7 @@ def delete_folder(path=None):
if delete_path:
xbmcvfs.delete(path)
LOG.info("DELETE %s", path)
def delete_recursive(path, dirs):