summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-12-18 23:44:27 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-12-18 23:44:27 +0100
commita2057ce13df79272f54a52147282741a684c1dc3 (patch)
tree1c9eb06a94bd848590f296fadd36f509c8b6ea26 /index.pl
parent6142f1cd6c5d9395c693ef377f1e63341e09817f (diff)
marudor_v1: Add scheduled_route key
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 89a2154..793f085 100644
--- a/index.pl
+++ b/index.pl
@@ -329,6 +329,7 @@ sub handle_request {
time => $time,
train => $result->train,
via => [ $result->route_interesting(3) ],
+ scheduled_route => [ $result->sched_route ],
destination => $result->destination,
platform => $platform,
info => $info,