Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/c88b5ee946634c2a640974b24ce4aba0677c89dd/NzbDrone.Core/IndexerSearch/SeriesSearchCommand.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/NzbDrone.Core/IndexerSearch/SeriesSearchCommand.cs

9 lines
180 B

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.IndexerSearch
{
public class SeriesSearchCommand : ICommand
{
public int SeriesId { get; set; }
}
}