Loading lib/Travelynx.pm +4 −1 Original line number Diff line number Diff line Loading @@ -2397,9 +2397,11 @@ sub startup { $eva = $status->{arr_eva}; $exclude_via = $status->{dep_name}; $exclude_train_id = $status->{train_id}; if ( $status->{real_arrival} ) { $exclude_before = $status->{real_arrival}->epoch; } } } if ( not $eva ) { return; Loading Loading @@ -2431,6 +2433,7 @@ sub startup { next; } if ( $exclude_before and $train->departure and $train->departure->epoch < $exclude_before ) { next; Loading Loading
lib/Travelynx.pm +4 −1 Original line number Diff line number Diff line Loading @@ -2397,9 +2397,11 @@ sub startup { $eva = $status->{arr_eva}; $exclude_via = $status->{dep_name}; $exclude_train_id = $status->{train_id}; if ( $status->{real_arrival} ) { $exclude_before = $status->{real_arrival}->epoch; } } } if ( not $eva ) { return; Loading Loading @@ -2431,6 +2433,7 @@ sub startup { next; } if ( $exclude_before and $train->departure and $train->departure->epoch < $exclude_before ) { next; Loading