Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/3de0df2162411f8b0e4badbcea3bb68e202c9f8e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Root folder custom filter in Mass Editor

Fixes 

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/1103/head
Qstick 5 years ago
parent e4225aa2c2
commit 3de0df2162

@ -129,6 +129,8 @@ namespace Readarr.Api.V1.Author
LinkNextPreviousBooks(authorResources.ToArray());
LinkAuthorStatistics(authorResources, authorStats);
authorResources.ForEach(LinkRootFolderPath);
//PopulateAlternateTitles(seriesResources);
return authorResources;
}

Loading…
Cancel
Save