Updated "OnNow" home row to default to channel images if program images are not availible
This commit is contained in:
parent
f591b54f9e
commit
82c1561a37
|
@ -73,8 +73,12 @@ sub itemContentChanged()
|
|||
' "Program" is from clicking on an "On Now" item on the Home Screen
|
||||
if itemData.type = "Program"
|
||||
m.itemText.Text = itemData.json.name
|
||||
if itemData.json.ImageURL <> invalid
|
||||
m.itemPoster.uri = itemData.json.ImageURL
|
||||
m.itemTextExtra.Text = itemData.json.ChannelName
|
||||
if itemData.widePosterURL <> ""
|
||||
m.itemPoster.uri = ImageURL(itemData.widePosterURL)
|
||||
else
|
||||
m.itemPoster.uri = ImageURL(itemData.json.ChannelId)
|
||||
m.itemPoster.loadDisplayMode = "scaleToFill"
|
||||
end if
|
||||
|
||||
' Set Episode title if available
|
||||
|
|
Loading…
Reference in New Issue
Block a user