Item info

This commit is contained in:
mac12m99
2019-08-26 18:42:59 +02:00
parent 437c47868b
commit f79192b231
2 changed files with 7 additions and 1 deletions

View File

@@ -658,6 +658,10 @@ def set_context_commands(item, parent_item):
action="open_menu",
parent=parent_item.tourl()).tourl(
))))
if config.dev_mode():
context_commands.insert(1, ("item info",
"XBMC.Container.Update (%s?%s)" % (sys.argv[0], Item(action="itemInfo",
parent=parent_item.tojson()).tourl())))
return context_commands