From 780cdafcf5e7f078a880d9875f2304f52dafbf0d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 19 Oct 2019 10:15:18 +0200 Subject: show related stations in departure list --- lib/Travelynx.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Travelynx.pm') diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 0c23a3a..477e19b 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -251,6 +251,7 @@ sub startup { ), station_name => ( $status->station ? $status->station->{name} : 'undef' ), + related_stations => [ $status->related_stations ], }; } elsif ( @station_matches > 1 ) { -- cgit v1.2.3