mirror of
https://github.com/Readarr/Readarr
synced 2026-01-04 22:54:24 +01:00
Fixed: Root folder custom filter in Mass Editor
Fixes #260 Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
e4225aa2c2
commit
3de0df2162
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ public List<AuthorResource> AllAuthors()
|
|||
LinkNextPreviousBooks(authorResources.ToArray());
|
||||
LinkAuthorStatistics(authorResources, authorStats);
|
||||
|
||||
authorResources.ForEach(LinkRootFolderPath);
|
||||
|
||||
//PopulateAlternateTitles(seriesResources);
|
||||
return authorResources;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue