diff options
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 e36b550..4691a86 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1513,6 +1513,7 @@ sub handle_efa { is_cancelled => $result->is_cancelled, linetype => $linetype, delay => $result->delay, + occupancy => $result->occupancy, replaced_by => [], replacement_for => [], route_pre => [], |