mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-03 11:50:56 +00:00
Formatting
This commit is contained in:
parent
d932961359
commit
9c665ebf5b
@ -52,10 +52,10 @@ sub itemContentChanged()
|
||||
|
||||
m.top.findNode("video_codec").visible = videoIdx <> invalid
|
||||
if audioIdx <> invalid
|
||||
m.top.findNode("audio_codec").visible = true
|
||||
m.top.findNode("audio_codec").visible = true
|
||||
DisplayAudioAvailable(itemData.mediaStreams)
|
||||
else
|
||||
m.top.findNode("audio_codec").visible = false
|
||||
m.top.findNode("audio_codec").visible = false
|
||||
end if
|
||||
end sub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user