mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
Name overhang properly
This commit is contained in:
parent
b2a4bc8319
commit
740b749f90
@ -97,7 +97,7 @@ sub Main()
|
||||
group.visible = false
|
||||
|
||||
group = CreateMovieListGroup(node)
|
||||
m.overhang.title = group.overhangTitle
|
||||
m.overhang.title = node.title
|
||||
m.scene.appendChild(group)
|
||||
else if isNodeEvent(msg, "movieSelected")
|
||||
' If you select a movie from ANYWHERE, follow this flow
|
||||
|
Loading…
Reference in New Issue
Block a user