Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/2f4ccff0a2cf754ae81eb0a3a9205a6404116fce/NzbDrone.Core/MetadataSource/IProvideSeriesInfo.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/NzbDrone.Core/MetadataSource/IProvideSeriesInfo.cs

9 lines
170 B

using NzbDrone.Core.Tv;
namespace NzbDrone.Core.MetadataSource
{
public interface IProvideSeriesInfo
{
Series GetSeriesInfo(int tvDbSeriesId);
}
}