Merge pull request #1095 from kontell/patch-2

Add "Jellyfin transcode" context menu item to Live TV section
This commit is contained in:
mcarlton00 2026-02-10 17:10:05 -05:00 committed by GitHub
commit beb97eceea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>