Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/5dc3a3223dce293595805259d9fc8d4d5aa38c7b/NzbDrone.Core/Providers/UpdateXemMappingsCommand.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using NzbDrone.Common.Messaging;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Providers
|
|
|
|
|
{
|
|
|
|
|
public class UpdateXemMappingsCommand : ICommand
|
|
|
|
|
{
|
|
|
|
|
public int? SeriesId { get; private set; }
|
|
|
|
|
|
|
|
|
|
public UpdateXemMappingsCommand(int? seriesId)
|
|
|
|
|
{
|
|
|
|
|
SeriesId = seriesId;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|