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/0548f49c44e558fba140f6efc3e6d4e71b5e885f/NzbDrone.Core/IndexerSearch/SeriesSearchCommand.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.IndexerSearch
|
|
{
|
|
public class SeriesSearchCommand : ICommand
|
|
{
|
|
public int SeriesId { get; set; }
|
|
}
|
|
} |