diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 18:11:51 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 18:11:51 +0200 |
commit | 976acbed43591c6681e0c2344680232558a2e595 (patch) | |
tree | 2dbd234443cfa7a546af2d91e9618738a2d8f8b6 /lib/DBInfoscreen/Controller/Stationboard.pm | |
parent | e293bb9b1473a4ae4815c344e719b640dc5aa9ba (diff) |
HAFAS, EFA backend: show expected occupancy in departure list
Diffstat (limited to 'lib/DBInfoscreen/Controller/Stationboard.pm')
-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 4691a86..f537064 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1925,6 +1925,7 @@ sub handle_result { origin => $result->route_end =~ s{,\Q$city\E}{}r, platform => $result->platform, scheduled_platform => $result->sched_platform, + load => $result->load // {}, info => $info, is_cancelled => $result->is_cancelled, linetype => $linetype, |