Fix context menu

oops. That was commited to the wrong branch.
This commit is contained in:
angelblue05 2017-12-16 20:25:53 -06:00
parent 59e8452f3b
commit 80b82a0144

View file

@ -17,11 +17,6 @@
<extension point="xbmc.service" library="service.py" start="login">
</extension>
<extension point="kodi.context.item" library="contextmenu.py">
<item>
<label>Select video</label>
<description>Select the video track</description>
<visible>[!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(embyid))] + !IsEmpty(Window(10000).Property(emby_context))</visible>
</item>
<item>
<label>30401</label>
<description>Settings for the Emby Server</description>