diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-02-22 18:17:19 +0100 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-02-22 18:17:19 +0100 | 
| commit | 329e9c191d6df1a38771e623001c582e991b8a23 (patch) | |
| tree | 8f5a96c796050b762228f6aeb5b3a971c9c1e444 | |
| parent | cf3842adc7c37b14e29e18e58b97d0497be181cc (diff) | |
dbris: pass eva to data-station
| -rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 77215c1..0580825 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1808,7 +1808,7 @@ sub render_board_dbris {  				  ( $delay and $delay > 0 and $delay < 5 ? 1 : 0 ),  				is_delayed      => ( $delay and $delay >= 5 ? 1 : 0 ),  				has_realtime    => defined $delay ? 1 : 0, -				station         => $station_id, +				station         => $result->stop_eva,  				replaced_by     => [],  				replacement_for => [],  				route_pre       => [], | 
