mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2026-04-27 14:00:34 +00:00
Add "Jellyfin transcode" context menu item to Live TV section
This commit is contained in:
parent
a2ebd8bdce
commit
45dea036d0
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<label>30402</label>
|
||||
<visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) |
|
||||
!String.IsEmpty(ListItem.Property(jellyfinid))] + [String.IsEqual(ListItem.DBTYPE,movie) |
|
||||
String.Contains(Container.FolderPath,livetv) |
|
||||
String.IsEqual(ListItem.DBTYPE,episode)]] +
|
||||
!String.IsEmpty(Window(10000).Property(jellyfin_context_transcode))</visible>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue