Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/cd12ccec948170f5ea4fb5a44bca9d4977ef6916/NzbDrone.Core/MetadataSource/IProvideSeriesInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
using System.Collections.Generic;
|
|
using NzbDrone.Core.Tv;
|
|
|
|
namespace NzbDrone.Core.MetadataSource
|
|
{
|
|
public interface IProvideSeriesInfo
|
|
{
|
|
Tuple<Series, List<Episode>> GetSeriesInfo(int tvDbSeriesId);
|
|
}
|
|
} |