add various missing descriptions

This commit is contained in:
bakerboy448
2021-09-07 21:18:11 -05:00
committed by Qstick
parent 1de845c8f5
commit 4ea0e6c016
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public override string Name => "BB";
public override string[] IndexerUrls => new string[] { StringUtil.FromBase64("aHR0cHM6Ly9iYWNvbmJpdHMub3JnLw==") };
private string LoginUrl => Settings.BaseUrl + "login.php";
public override string Description => "bB is a Private Torrent Tracker for 0DAY / GENERAL";
public override string Description => "BB is a Private Torrent Tracker for 0DAY / GENERAL";
public override string Language => "en-US";
public override Encoding Encoding => Encoding.UTF8;
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;