diff --git a/src/Readarr.Api.V1/Author/AuthorController.cs b/src/Readarr.Api.V1/Author/AuthorController.cs index c12351c16..9f958ccd7 100644 --- a/src/Readarr.Api.V1/Author/AuthorController.cs +++ b/src/Readarr.Api.V1/Author/AuthorController.cs @@ -129,6 +129,8 @@ public List AllAuthors() LinkNextPreviousBooks(authorResources.ToArray()); LinkAuthorStatistics(authorResources, authorStats); + authorResources.ForEach(LinkRootFolderPath); + //PopulateAlternateTitles(seriesResources); return authorResources; }