diff --git a/addon.xml b/addon.xml index ce5cafa..104ac8f 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@  - + diff --git a/functions.py b/functions.py index 038a632..bbde704 100644 --- a/functions.py +++ b/functions.py @@ -1877,6 +1877,8 @@ def vista_check(): return platform.release() == "Vista" def is_writable(path): + if not os.path.exists(path): + xbmcvfs.mkdirs(path) try: open(os.path.join(path, 'temp'), 'w') except: