Skip to content

Commit

Permalink
Fixed: Root folder custom filter in Mass Editor
Browse files Browse the repository at this point in the history
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
  • Loading branch information
Qstick and markus101 committed Oct 14, 2020
1 parent 1327cac commit dca8495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lidarr.Api.V1/Artist/ArtistModule.cs
Expand Up @@ -139,6 +139,7 @@ private List<ArtistResource> AllArtists()
MapCoversToLocal(artistsResources.ToArray());
LinkNextPreviousAlbums(artistsResources.ToArray());
LinkArtistStatistics(artistsResources, artistStats);
artistsResources.ForEach(LinkRootFolderPath);

//PopulateAlternateTitles(seriesResources);
return artistsResources;
Expand Down

0 comments on commit dca8495

Please sign in to comment.