Inspected listen is correct but linked album is wrong

This goes like this:

  1. I listen to Sgt Peppers (Super Deluxe Edition) (on Innertune)
  2. Scrobble with PanoScrobbler
  3. In Listenbrainz it’s scrobbled as “The last lost album” (wrong album)

You can see on my profile other examples

Here is the inspection:

{
  "track_metadata": {
    "track_name": "Sgt. Pepper's Lonely Hearts Club Band (Remix)",
    "artist_name": "The Beatles",
    "release_name": "Sgt. Pepper's Lonely Hearts Club Band (Super Deluxe Edition)",
    "additional_info": {
      "duration_ms": 122000,
      "submission_client": "Pano Scrobbler",
      "submission_client_version": "3.16 - 2023, Dec 18",
      "recording_msid": "0739a7f4-29e7-4de1-a11f-67b2b44c869d"
    },
    "mbid_mapping": {
      "recording_mbid": "3ff52a39-87f8-49d6-ba6d-1d99debc01ba",
      "recording_name": "Sgt. Pepper’s Lonely Hearts Club Band (remix)",
      "release_mbid": "607ff596-f98c-4de2-b745-9430be720643",
      "artists": [
        {
          "artist_mbid": "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d",
          "artist_credit_name": "The Beatles",
          "join_phrase": ""
        }
      ],
      "artist_mbids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
      ],
      "caa_id": 33064519893,
      "caa_release_mbid": "607ff596-f98c-4de2-b745-9430be720643"
    }
  },
  "listened_at": 1706139265,
  "recording_msid": "0739a7f4-29e7-4de1-a11f-67b2b44c869d",
  "user_name": "volpit",
  "inserted_at": 1706139327
}

What can I do to fix this and avoid it happens again?