mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-04 12:44:11 +00:00
Merge branch 'unstable' of https://github.com/jellyfin/jellyfin-roku into developer/jarodtaerts/tvshow-specialfeatures
This commit is contained in:
commit
42a821fadd
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user