mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Version bump 3.1.33
This commit is contained in:
parent
f365078877
commit
e1430c61f3
2 changed files with 10 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.emby"
|
<addon id="plugin.video.emby"
|
||||||
name="Emby"
|
name="Emby"
|
||||||
version="3.1.32a"
|
version="3.1.33a"
|
||||||
provider-name="angelblue05">
|
provider-name="angelblue05">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.25.0"/>
|
<import addon="xbmc.python" version="2.25.0"/>
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item library="context_play.py">
|
<item library="context_play.py">
|
||||||
<label>30402</label>
|
<label>30402</label>
|
||||||
<visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(embyid))] + [String.IsEqual(ListItem.DBTYPE,movie) | String.IsEqual(ListItem.DBTYPE,episode)]] + !String.IsEmpty(Window(10000).Property(emby_context)) + !String.IsEmpty(Window(10000).Property(emby_context_transcode))</visible>
|
<visible>[[!String.IsEmpty(ListItem.DBID) + !String.IsEqual(ListItem.DBID,-1) | !String.IsEmpty(ListItem.Property(embyid))] + [String.IsEqual(ListItem.DBTYPE,movie) | String.IsEqual(ListItem.DBTYPE,episode)]] + !String.IsEmpty(Window(10000).Property(emby_context_transcode))</visible>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
|
@ -893,3 +893,11 @@ msgstr ""
|
||||||
msgctxt "#33181"
|
msgctxt "#33181"
|
||||||
msgid "Restarting to apply the patch"
|
msgid "Restarting to apply the patch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#33182"
|
||||||
|
msgid "Play with cinema mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#33183"
|
||||||
|
msgid "Enable the option to play with cinema mode"
|
||||||
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue