diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-28 06:39:50 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-28 06:39:50 +0100 |
commit | 0dea7bd22784fc3128d96ff0ef463daebd0f3c2f (patch) | |
tree | dd841749cee8476e36c989e94578f690ba9fb4ac | |
parent | 0bbaa76350fca4549d29617bce28c1263daa8cec (diff) |
get_user_status_json_v1: fix dbris typo2.11.7
-rwxr-xr-x | lib/Travelynx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 0d3b66d..ac64390 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -2067,7 +2067,7 @@ sub startup { comment => $status->{comment}, backend => { id => $status->{backend_id}, - type => $status->{ds_dbris} ? 'DBRIS' + type => $status->{is_dbris} ? 'DBRIS' : $status->{is_hafas} ? 'HAFAS' : 'IRIS-TTS', name => $status->{backend_name}, |