Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/5b804e8f3ae5b362ac3b9b03fd478d4e837111df?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: (TorrentSeeds) Migrate to API & YML

pull/746/head
Mouton99 3 years ago committed by GitHub
parent 548db6a5cd
commit 5b804e8f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,7 @@ using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete("Moved to YML for Cardigann v3")]
public class TorrentSeeds : TorrentIndexerBase<TorrentSeedsSettings>
{
public override string Name => "TorrentSeeds";

Loading…
Cancel
Save