From 74a0a574685a8153dd8031f3eeb3a49e0d0eed48 Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Sun, 19 Jan 2020 12:17:30 -0500 Subject: [PATCH] BTN: Fix name --- src/NzbDrone.Core/Indexers/BroadcastheNet/BroadcastheNet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/BroadcastheNet/BroadcastheNet.cs b/src/NzbDrone.Core/Indexers/BroadcastheNet/BroadcastheNet.cs index fec611710..434cd06f9 100644 --- a/src/NzbDrone.Core/Indexers/BroadcastheNet/BroadcastheNet.cs +++ b/src/NzbDrone.Core/Indexers/BroadcastheNet/BroadcastheNet.cs @@ -7,7 +7,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet { public class BroadcastheNet : HttpIndexerBase { - public override string Name => "BroadcastheNet"; + public override string Name => "BroadcasTheNet"; public override DownloadProtocol Protocol => DownloadProtocol.Torrent; public override bool SupportsRss => true;