summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen/Controller/Wagenreihung.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-25 21:15:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-25 21:15:21 +0100
commitde9ea41ca265860947e6df94ab6b4934331876bc (patch)
tree2c3ecce5efd10aea2fa2805e4589c49880801478 /lib/DBInfoscreen/Controller/Wagenreihung.pm
parent084fe3eb9603243753609c4c3742b01bf225e7b6 (diff)
show direction in wagon view
Diffstat (limited to 'lib/DBInfoscreen/Controller/Wagenreihung.pm')
-rw-r--r--lib/DBInfoscreen/Controller/Wagenreihung.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm
index 073d762..daa2cda 100644
--- a/lib/DBInfoscreen/Controller/Wagenreihung.pm
+++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm
@@ -118,6 +118,7 @@ sub wagenreihung {
}
my $wref = {
+ d => $wr->direction,
tt => $wr->train_type,
tn => $train,
s => $wr->station_name,