mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
Traewelling: Use newly added EVA IDs for station mapping
This commit is contained in:
parent
7f8e7a1a5f
commit
18c575f6fe
1 changed files with 2 additions and 2 deletions
|
@ -97,9 +97,9 @@ sub get_status_p {
|
|||
$status->{train}{destination}{arrivalPlanned} );
|
||||
|
||||
my $dep_eva
|
||||
= $status->{train}{origin}{rilIdentifier};
|
||||
= $status->{train}{origin}{evaIdentifier};
|
||||
my $arr_eva
|
||||
= $status->{train}{destination}{rilIdentifier};
|
||||
= $status->{train}{destination}{evaIdentifier};
|
||||
|
||||
my $dep_name
|
||||
= $status->{train}{origin}{name};
|
||||
|
|
Loading…
Reference in a new issue