mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
BTN: Fix name
This commit is contained in:
parent
b19d665817
commit
74a0a57468
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue