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/ac18d6c7045db0121832524f89174d2a9731948b/NzbDrone.Core/IndexerSearch/Definitions/SeasonSearchCriteria.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core.IndexerSearch.Definitions
|
|
{
|
|
public class SeasonSearchCriteria : SearchCriteriaBase
|
|
{
|
|
public int SeasonNumber { get; set; }
|
|
|
|
public override string ToString()
|
|
{
|
|
return string.Format("[{0} : S{1:00}]", SceneTitle, SeasonNumber);
|
|
}
|
|
}
|
|
} |