Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-4688

Edit #17556643 has incorrect data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • None
    • Edit system
    • None

      http://musicbrainz.org/edit/17556643 has the following JSON:

      {
        "new":{
          "artist_credit":{
            "names":[
              {
                "join_phrase":" (",
                "artist":{
                  "name":"Сергей Сергеевич Прокофьев",
                  "id":11697
                },
                "name":"Сергей Сергеевич Прокофьев"
              },
              {
                "join_phrase":" feat. conductor: ",
                "artist":{
                  "name":"Royal Scottish National Orchestra",
                  "id":245008
                },
                "name":"Royal Scottish National Orchestra"
              },
              {
                "join_phrase":")",
                "artist":{
                  "name":"Neeme Järvi",
                  "id":45573
                },
                "name":"Neeme Järvi"
              },
              {
                "join_phrase":"",
                "artist":{
                  "name":null,
                  "id":4777
                },
                "name":null
              }
            ]
          }
        },
        "old":{
          "artist_credit":{
            "names":[
              {
                "join_phrase":" (",
                "artist":{
                  "name":"Сергей Сергеевич Прокофьев",
                  "id":11697
                },
                "name":"Сергей Сергеевич Прокофьев"
              },
              {
                "join_phrase":" feat. conductor: ",
                "artist":{
                  "name":"Royal Scottish National Orchestra",
                  "id":245008
                },
                "name":"Royal Scottish National Orchestra"
              },
              {
                "join_phrase":")",
                "artist":{
                  "name":"Neeme Järvi",
                  "id":45573
                },
                "name":"Neeme Järvi"
              },
              {
                "join_phrase":"",
                "artist":{
                  "name":"NULL",
                  "id":4777
                },
                "name":"null"
              }
            ]
          }
        }
      }
      

      Notice that the new artist credit has an artist with name and credited name as null. This should never happen.

            Unassigned Unassigned
            reosarevok Nicolás Tamargo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package