mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fix typo
This commit is contained in:
parent
79644ca3e8
commit
435982b741
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def getRealFileName(filename,useTemp = False):
|
||||||
#get the filename path accessible by python if possible...
|
#get the filename path accessible by python if possible...
|
||||||
useTemp = False
|
useTemp = False
|
||||||
|
|
||||||
if not xbmcvfs.exists(filename):
|
if not xbmcvfs.exists(filename) and not useTemp:
|
||||||
logMsg( "File does not exist! %s" %(filename), 0)
|
logMsg( "File does not exist! %s" %(filename), 0)
|
||||||
return (False, "")
|
return (False, "")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue