mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix context menu
oops. That was commited to the wrong branch.
This commit is contained in:
parent
59e8452f3b
commit
80b82a0144
1 changed files with 0 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue