Fix cut and paste error
Signed-off-by: Tod Fitch <tod@fitchfamily.org>
This commit is contained in:
parent
66f3ca9a06
commit
b3bb82759d
|
@ -17,7 +17,7 @@ function itemContentChanged() as void
|
||||||
|
|
||||||
if type(itemData.RunTimeTicks) = "LongInteger"
|
if type(itemData.RunTimeTicks) = "LongInteger"
|
||||||
m.top.findNode("runtime").text = stri(getRuntime()).trim() + " mins"
|
m.top.findNode("runtime").text = stri(getRuntime()).trim() + " mins"
|
||||||
m.top.findNode("ends-at", tr("Ends at %1").Replace("%1", getEndTime()))
|
m.top.findNode("endtime").text = tr("Ends at %1").Replace("%1", getEndTime())
|
||||||
end if
|
end if
|
||||||
if itemData.communityRating <> invalid then
|
if itemData.communityRating <> invalid then
|
||||||
m.top.findNode("star").visible = true
|
m.top.findNode("star").visible = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user