From 6e50e9026c457a2f694c1a2dd7072948d5c9ec3e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 19 Apr 2025 17:06:30 +0200 Subject: Use train_no / line_no accessors provided by DBRIS 0.10 --- lib/Travelynx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx.pm') diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index c1992b6..0eee5dc 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -678,7 +678,7 @@ sub startup { eva => $found->eva, datetime => $found->sched_dep, train_type => $journey->type, - train_no => $journey->number + train_no => $journey->train_no, ); $self->add_stationinfo( $uid, 1, $train_id, $found->eva ); -- cgit v1.2.3