From e73f2466cc0d11abfbde347086a7bdc7b9faa99a Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Fri, 1 Oct 2021 15:15:26 -0500 Subject: [PATCH] Fixed (Headphones): Add missing description --- src/NzbDrone.Core/Indexers/Definitions/Headphones/Headphones.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/Headphones/Headphones.cs b/src/NzbDrone.Core/Indexers/Definitions/Headphones/Headphones.cs index c6afa18f1..7b2980045 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/Headphones/Headphones.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/Headphones/Headphones.cs @@ -18,7 +18,7 @@ namespace NzbDrone.Core.Indexers.Headphones public override DownloadProtocol Protocol => DownloadProtocol.Usenet; public override IndexerPrivacy Privacy => IndexerPrivacy.Private; public override string[] IndexerUrls => new string[] { "https://indexer.codeshy.com" }; - public override string Description => ""; + public override string Description => "A Private Usenet indexer for music"; public override IndexerCapabilities Capabilities => SetCapabilities(); public override IIndexerRequestGenerator GetRequestGenerator()