diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller')
| -rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index 6006a15..305035c 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1044,6 +1044,8 @@ sub station_train_details {  				arrival_is_cancelled   => $result->arrival_is_cancelled,  				moreinfo               => $moreinfo,  				delay                  => $result->delay, +				arrival_delay          => $result->arrival_delay, +				departure_delay        => $result->departure_delay,  				route_pre              => [ $result->route_pre ],  				route_post             => [ $result->route_post ],  				replaced_by            => [ @@ -1641,6 +1643,8 @@ sub handle_result {  						station          => $result->station,  						moreinfo         => $moreinfo,  						delay            => $delay, +						arrival_delay    => $result->arrival_delay, +						departure_delay  => $result->departure_delay,  						missing_realtime => (  							not $result->has_realtime  							  and $result->start < $now ? 1 : 0 | 
