More logging for trying to access Plex directories
This commit is contained in:
parent
ffa8e10099
commit
e0642c96cb
1 changed files with 2 additions and 0 deletions
|
@ -1316,6 +1316,8 @@ def getVideoFiles(plexId, params):
|
||||||
url=dir.encode('utf-8'),
|
url=dir.encode('utf-8'),
|
||||||
listitem=li,
|
listitem=li,
|
||||||
isFolder=True)
|
isFolder=True)
|
||||||
|
else:
|
||||||
|
utils.logMsg(title, 'Kodi cannot access folder %s' % path, 0)
|
||||||
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue