Skip to content

Commit

Permalink
Removed favorites context menu until implementation is in place
Browse files Browse the repository at this point in the history
  • Loading branch information
nilzen committed Jun 27, 2011
1 parent 7fef40e commit 835ca56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.py
Expand Up @@ -320,7 +320,7 @@ def add_directory_item(name, params={}, thumbnail=None, isFolder=True,

add_subtitles(li, subtitles)

cm.append(("Favvo" , "XBMC.RunPlugin(%s)" % ("foo")))
//cm.append(("Favvo" , "XBMC.RunPlugin(%s)" % ("foo")))
li.addContextMenuItems( cm, replaceItems=False )

return xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]), url=url, listitem=li, isFolder=isFolder)
Expand Down

0 comments on commit 835ca56

Please sign in to comment.