CC-3407 : Timeline: Display if tracks are missing on disk
This commit is contained in:
parent
a0fb607d30
commit
b9d82a579f
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class Application_Model_ShowBuilder {
|
||||||
$this->getScheduledStatus($startsEpoch, min($endsEpoch, $showEndEpoch), $row);
|
$this->getScheduledStatus($startsEpoch, min($endsEpoch, $showEndEpoch), $row);
|
||||||
|
|
||||||
$row["id"] = intval($p_item["sched_id"]);
|
$row["id"] = intval($p_item["sched_id"]);
|
||||||
$row["image"] = $p_item["file_exists"] ? true : false;
|
$row["image"] = $p_item["file_exists"] == "t" ? true : false;
|
||||||
$row["instance"] = intval($p_item["si_id"]);
|
$row["instance"] = intval($p_item["si_id"]);
|
||||||
$row["starts"] = $schedStartDT->format("H:i:s");
|
$row["starts"] = $schedStartDT->format("H:i:s");
|
||||||
$row["ends"] = $schedEndDT->format("H:i:s");
|
$row["ends"] = $schedEndDT->format("H:i:s");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue