Closed kepstin closed 3 years ago
An example release that causes this problem: https://musicbrainz.org/release/aa908649-4d88-4232-9285-3167b0c3b79c
The first medium on this release has a track-count of 0, and the tracks array is not present in the media object:
track-count
tracks
{ "position": 1, "track-count": 0, "title": "Films", "format": "Blu-ray", "format-id": "c693c05b-3316-3d69-afc2-5e2bc455bffc" }
This causes an exception when iterating through the media.
An example release that causes this problem: https://musicbrainz.org/release/aa908649-4d88-4232-9285-3167b0c3b79c
The first medium on this release has a
track-count
of 0, and thetracks
array is not present in the media object:This causes an exception when iterating through the media.