diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-11-22 19:52:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-11-22 19:52:13 +0100 |
commit | 0f6870df13362a6af5d95a0fddd970559acb42bd (patch) | |
tree | a6e7136a6a4aef13aafa5f45f3126bba7b9f6095 /lib | |
parent | f8f4b9f1be84b54bedf8cf36a1c6a4ede89b362c (diff) |
Fix train detail view for split stations3.4.9
Was broken when the train's station did not match the requested one
Diffstat (limited to 'lib')
-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 715f33a..b8b5eb0 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -1103,6 +1103,7 @@ sub handle_result { $result->qos_messages ], }, + station => $result->station, moreinfo => $moreinfo, delay => $delay, route_pre => [ $result->route_pre ], |