For some library records, the catalog relationships is empty in the response to request:
/v1/me/library/albums?include=catalog
The json will look like that:
"catalog": {
"href": "/v1/me/library/albums/l.mbhaBBs/catalog",
"data": []
}
The catalog relationship url (/v1/me/library/albums/l.mbhaBBs/catalog) will give:
{
"errors": [
{
"id": "YS7BUVCTXA3QWDVX3YQQSCPEUY",
"title": "No related resources",
"detail": "No related resources found for catalog",
"status": "404",
"code": "40403"
}
]
}
I am talking about an album that was added from the catalog in the first place. When it happens, removing the album from the library and adding it again using the Apple Music app, resolves the issue.
Is there another way to force the library-album to reconcile with the catalog-album using the API itself ?