From 329e9c191d6df1a38771e623001c582e991b8a23 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 22 Feb 2025 18:17:19 +0100 Subject: dbris: pass eva to data-station --- lib/DBInfoscreen/Controller/Stationboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/DBInfoscreen/Controller') 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 => [], -- cgit v1.2.3