Commit f9b69b59 authored by networkException's avatar networkException Committed by derf
Browse files

update_arrival_motis: store arrival platform, if available

See b4879a8a
parent 96a074ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1369,7 +1369,8 @@ sub update_arrival_motis {
	$db->update(
		'in_transit',
		{
			real_arrival => $stopover->{realtime_arrival},
			real_arrival => $stopover->realtime_arrival,
			arr_platform => $stopover->track,
			route        => $json->encode( [@route] ),
		},
		{