Fixed: Cardigann Indexer Descriptions & Indexer InfoLinks

This commit is contained in:
bakerboy448
2021-06-21 23:47:31 -05:00
committed by GitHub
parent 7fb6c539d4
commit bd79d3c828
3 changed files with 8 additions and 1 deletions
@@ -118,6 +118,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
Enable = true,
Name = definition.Name,
Language = definition.Language,
Description = definition.Description,
Implementation = GetType().Name,
Settings = new CardigannSettings { DefinitionFile = definition.File },
Protocol = DownloadProtocol.Torrent,