Fixed: NzbIndex removed, API not supported

This commit is contained in:
bakerboy448
2024-10-31 02:31:25 -05:00
committed by GitHub
parent 511c76e219
commit 9dc2d3669c

View File

@@ -20,6 +20,7 @@ using NzbDrone.Core.Validation;
namespace NzbDrone.Core.Indexers.Definitions
{
[Obsolete("Site has removed API access.")]
public class NzbIndex : UsenetIndexerBase<NzbIndexSettings>
{
public override string Name => "NZBIndex";