diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-25 21:15:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-25 21:15:21 +0100 |
commit | de9ea41ca265860947e6df94ab6b4934331876bc (patch) | |
tree | 2c3ecce5efd10aea2fa2805e4589c49880801478 /lib | |
parent | 084fe3eb9603243753609c4c3742b01bf225e7b6 (diff) |
show direction in wagon view
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 1 |
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, |