mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-09 01:05:48 +01:00
Fixed: (BrokenStones) Removed, site unavailable
This commit is contained in:
parent
0576c6af03
commit
ebcb50619e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using NLog;
|
||||
using NzbDrone.Core.Configuration;
|
||||
using NzbDrone.Core.Indexers.Definitions.Gazelle;
|
||||
|
|
@ -5,6 +6,7 @@
|
|||
|
||||
namespace NzbDrone.Core.Indexers.Definitions;
|
||||
|
||||
[Obsolete("Site unavailable")]
|
||||
public class BrokenStones : GazelleBase<GazelleSettings>
|
||||
{
|
||||
public override string Name => "BrokenStones";
|
||||
|
|
|
|||
Loading…
Reference in a new issue