unused
This commit is contained in:
parent
dfef62164f
commit
962cb44c49
1 changed files with 0 additions and 1 deletions
|
@ -483,7 +483,6 @@ def GetSubFolders(nodeindex):
|
|||
title = utils.window('Emby.nodes.%s%s.title' %(nodeindex,node))
|
||||
if title:
|
||||
path = utils.window('Emby.nodes.%s%s.content' %(nodeindex,node))
|
||||
type = utils.window('Emby.nodes.%s%s.type' %(nodeindex,node))
|
||||
addDirectoryItem(title, path)
|
||||
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue