diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-06 20:58:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-06 20:58:20 +0100 |
commit | 9c7d87e0a67dadec3c13435c743b4498a5be1b91 (patch) | |
tree | 2bd81e117a2b8bc78a5564d1ba9d933cfc284d06 /lib/DBInfoscreen | |
parent | f5d1b92ac24883a72864ea65255a14c870f63794 (diff) |
show planned IC/ICE subtype if available (experimental!)
Diffstat (limited to 'lib/DBInfoscreen')
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 4af9ff4..60caf8d 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1270,6 +1270,7 @@ sub handle_request { $self->render( $template, departures => \@departures, + ice_type => $self->app->ice_type_map, version => $dbf_version, title => $via ? "$station_name → $via" : $station_name, refresh_interval => $template eq 'app' ? 0 : 120, |