Merge branch 'unstable' of https://github.com/jellyfin/jellyfin-roku into developer/jarodtaerts/tvshow-specialfeatures

This commit is contained in:
jarodaerts 2023-10-24 21:27:02 -06:00
commit 42a821fadd
2 changed files with 17 additions and 4 deletions

View File

@ -77,17 +77,16 @@ end sub
sub popScene()
group = m.groups.pop()
if group <> invalid
groupType = group.subtype()
if groupType = "JFGroup"
if group.isSubType("JFGroup")
unregisterOverhangData(group)
else if groupType = "JFVideo"
else if group.isSubType("JFVideo")
' Stop video to make sure app communicates stop playstate to server
group.control = "stop"
end if
group.visible = false
if groupType = "JFScreen"
if group.isSubType("JFScreen")
group.callFunc("OnScreenHidden")
end if
else

View File

@ -12722,5 +12722,19 @@
<source>Save Credentials?</source>
<translation>Zugangsdaten Speichern?</translation>
</message>
<message>
<source>Error During Playback</source>
<translation type="unfinished">Fehler während dem Playback</translation>
<extracomment>Dialog title when error occurs during playback</extracomment>
</message>
<message>
<source>Delete Saved</source>
<translation>Gespeicherte Löschen</translation>
</message>
<message>
<source>Error Retrieving Content</source>
<translation>Fehler beim Empfang der Inhalte</translation>
<extracomment>Dialog title when unable to load Content from Server</extracomment>
</message>
</context>
</TS>