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;