mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
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))
|
title = utils.window('Emby.nodes.%s%s.title' %(nodeindex,node))
|
||||||
if title:
|
if title:
|
||||||
path = utils.window('Emby.nodes.%s%s.content' %(nodeindex,node))
|
path = utils.window('Emby.nodes.%s%s.content' %(nodeindex,node))
|
||||||
type = utils.window('Emby.nodes.%s%s.type' %(nodeindex,node))
|
|
||||||
addDirectoryItem(title, path)
|
addDirectoryItem(title, path)
|
||||||
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
xbmcplugin.endOfDirectory(int(sys.argv[1]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue