Files
akai-utils/web
david a489d523e3 fix: add null/HTTP checks to tag viewer API calls
- browseISO: resp.ok + data null check before accessing data.error
- selectPartition: resp.ok + data null check
- viewVolumeTags: resp.ok + data null check
- Fixed v.Name → v.name (JSON keys are lowercase from volInfo tags)

Prevents 'Cannot read properties of null (reading error)'
2026-06-22 04:20:01 -07:00
..