mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: Remove Defunct Tracker PirateTheNet
PTN closed down for good. They had an official announcement to close down on the 14th October. Aither offered to accept refugees. See /forums/topics/2535 on aither for more context. Description The definition is no longer needed as the tracker ceased all operation.
This commit is contained in:
parent
dace1982d6
commit
be3ee00e1f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ using NzbDrone.Core.Parser;
|
|||
using NzbDrone.Core.Parser.Model;
|
||||
|
||||
namespace NzbDrone.Core.Indexers.Definitions;
|
||||
|
||||
[Obsolete("PirateTheNet has shutdown 2023-10-14")]
|
||||
public class PirateTheNet : TorrentIndexerBase<UserPassTorrentBaseSettings>
|
||||
{
|
||||
public override string Name => "PirateTheNet";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue