@lachlan-00 more bugs for you 
If the user server is really at 7.5.2 it returns
"type": "ampache",
"serverVersion": "6.7.3",
But most importantly it returns invalid data:
{
"id": "200307230",
"parent": "100146823",
"album": "True",
"title": "True",
"name": "True",
"isDir": true,
"coverArt": "al-200307230",
"songCount": 1,
"created": "2023-09-16T00:34:20+09:00",
"duration": 258,
"playCount": 0,
"artistId": "100146823",
"artist": "Skirts",
"year": 2021
},
{
"id": "200230497",
"parent": "100057920",
"album": true,
"title": true,
"name": true,
"isDir": true,
"coverArt": "al-200230497",
"songCount": 1,
"created": "2023-09-13T00:34:57+09:00",
"duration": 191,
"playCount": 0,
"artistId": "100057920",
"artist": "Jawny",
"year": 2023
},
{
"id": "200262285",
"parent": "100128128",
"album": "True",
"title": "True",
"name": "True",
"isDir": true,
"coverArt": "al-200262285",
"songCount": 1,
"created": "2023-09-14T01:55:18+09:00",
"duration": 176,
"playCount": 0,
"artistId": "100128128",
"artist": "Jonasu, KAREN HARDING",
"year": 2022
},
{
"id": "200278684",
"parent": "100054590",
"album": "TRUE",
"title": "TRUE",
"name": "TRUE",
"isDir": true,
"coverArt": "al-200278684",
"songCount": 1,
"created": "2023-09-14T16:30:35+09:00",
"duration": 186,
"playCount": 0,
"artistId": "100054590",
"artist": "Syml",
"year": 2021
},
For album 200230497 the name and all are booleans.
Maybe again your xml to json converter fails and the name of the album is true.