Fix overhang title when selecting a TV Series

This commit is contained in:
Charles Ewert 2020-03-17 22:17:43 -04:00
parent 622d24f775
commit d8585525ce

View File

@ -112,11 +112,11 @@ sub Main()
group.setFocus(false)
group.visible = false
m.overhang.title = selectedItem.title
m.overhang.title = selectedItem.name
m.overhang.showOptions = false
m.scene.unobserveField("optionsPressed")
group = CreateSeriesDetailsGroup(selectedItem.json)
group.overhangTitle = selectedItem.title
group.overhangTitle = selectedItem.name
m.scene.appendChild(group)
else if selectedItem.type = "Movie" then
' open movie detail page