mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fixed: (Avistaz) Handle cases when Avistaz returns strings for ids
Fixes #556
This commit is contained in:
@@ -124,7 +124,6 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
||||
Name = definition.Name,
|
||||
Language = definition.Language,
|
||||
Description = definition.Description,
|
||||
Encoding = Encoding.GetEncoding(definition.Encoding),
|
||||
Implementation = GetType().Name,
|
||||
IndexerUrls = definition.Links.ToArray(),
|
||||
Settings = new CardigannSettings { DefinitionFile = definition.File },
|
||||
|
||||
Reference in New Issue
Block a user