Skip to content

Commit

Permalink
[move release rels] Preserve the artist's credited name
Browse files Browse the repository at this point in the history
  • Loading branch information
kellnerd authored and loujine committed Nov 25, 2024
1 parent 1c08898 commit 790a1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mb-reledit-release_rel_to_recording_rel.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @name MusicBrainz relation editor: Replace release relations by recording relations
// @namespace mbz-loujine
// @author loujine
// @version 2023.3.9
// @version 2024.11.13
// @downloadURL https://raw.githubusercontent.com/loujine/musicbrainz-scripts/master/mb-reledit-release_rel_to_recording_rel.user.js
// @updateURL https://raw.githubusercontent.com/loujine/musicbrainz-scripts/master/mb-reledit-release_rel_to_recording_rel.user.js
// @supportURL https://github.com/loujine/musicbrainz-scripts
Expand Down Expand Up @@ -35,6 +35,7 @@ function moveAR() {
attributes: relEditor.createAttributeTree(artistRel.attributes),
begin_date: artistRel.begin_date,
entity0: artistRel.target,
entity0_credit: artistRel.entity0_credit,
entity1: rec,
end_date: artistRel.end_date,
ended: artistRel.ended,
Expand Down

0 comments on commit 790a1b5

Please sign in to comment.