BTN: Fix name

This commit is contained in:
Pika 2020-01-19 12:17:30 -05:00 committed by Taloth
parent b19d665817
commit 74a0a57468
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
{
public class BroadcastheNet : HttpIndexerBase<BroadcastheNetSettings>
{
public override string Name => "BroadcastheNet";
public override string Name => "BroadcasTheNet";
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override bool SupportsRss => true;