This commit is contained in:
marcelveldt 2016-01-20 20:44:19 +01:00
parent 79644ca3e8
commit 435982b741
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def getRealFileName(filename,useTemp = False):
#get the filename path accessible by python if possible...
useTemp = False
if not xbmcvfs.exists(filename):
if not xbmcvfs.exists(filename) and not useTemp:
logMsg( "File does not exist! %s" %(filename), 0)
return (False, "")