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