mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 07:12:40 +00:00
Fixed: Root folder custom filter in Mass Editor
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
1327caca6c
commit
dca8495f38
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ private List<ArtistResource> AllArtists()
|
|||
MapCoversToLocal(artistsResources.ToArray());
|
||||
LinkNextPreviousAlbums(artistsResources.ToArray());
|
||||
LinkArtistStatistics(artistsResources, artistStats);
|
||||
artistsResources.ForEach(LinkRootFolderPath);
|
||||
|
||||
//PopulateAlternateTitles(seriesResources);
|
||||
return artistsResources;
|
||||
|
|
Loading…
Reference in a new issue