Show indexer privacy in search results

This commit is contained in:
Bogdan
2023-06-13 06:41:57 +03:00
parent ef0f8e25fd
commit 119164f729
3 changed files with 8 additions and 2 deletions
@@ -128,6 +128,7 @@ namespace NzbDrone.Core.Indexers
c.IndexerId = Definition.Id;
c.Indexer = Definition.Name;
c.DownloadProtocol = Protocol;
c.IndexerPrivacy = ((IndexerDefinition)Definition).Privacy;
c.IndexerPriority = ((IndexerDefinition)Definition).Priority;
if (Protocol == DownloadProtocol.Torrent)