Fix cut and paste error

Signed-off-by: Tod Fitch <tod@fitchfamily.org>
This commit is contained in:
Tod Fitch 2020-05-06 10:56:34 -07:00 committed by Charles Ewert
parent 66f3ca9a06
commit b3bb82759d

View File

@ -17,7 +17,7 @@ function itemContentChanged() as void
if type(itemData.RunTimeTicks) = "LongInteger"
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
if itemData.communityRating <> invalid then
m.top.findNode("star").visible = true