Skip to content

Commit

Permalink
MBS-13867: Display RG primary alias in artist overview (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
reosarevok authored Jan 3, 2025
1 parent ff2084e commit dc6964a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MusicBrainz/Server/Controller/Artist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ sub show : PathPart('') Chained('load')
$c->model('ArtistCredit')->load(@$release_groups);
$c->model('ArtistType')->load(map { map { $_->artist } $_->artist_credit->all_names} @$release_groups);
$c->model('ReleaseGroupType')->load(@$release_groups);
$c->model('ReleaseGroup')->load_aliases(@$release_groups);
$c->stash(
recordings => $recordings,
recordings_jsonld => {items => $recordings},
Expand Down

0 comments on commit dc6964a

Please sign in to comment.