Fix Plex context menu not showing up

This commit is contained in:
croneter 2017-10-09 22:09:08 +02:00
parent eaff533489
commit 39d95adda4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<item>
<label>30401</label>
<description>30416</description>
<visible>[!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context))</visible>
<visible>[!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))]</visible>
</item>
</extension>
<extension point="xbmc.addon.metadata">