1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

BTN: Fix name

This commit is contained in:
Pika
2020-01-19 12:17:30 -05:00
committed by Taloth
parent b19d665817
commit 74a0a57468

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;