mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-09 08:22:15 +01:00
Fixed: Failing when definition file isn't in folder yet
This commit is contained in:
parent
67d75fcff9
commit
041596df4c
1 changed files with 1 additions and 5 deletions
|
|
@ -120,12 +120,8 @@ private CardigannDefinition LoadIndexerDef(string fileKey)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
return GetHttpDefinition(fileKey);
|
||||
}
|
||||
|
||||
throw new ArgumentOutOfRangeException(nameof(fileKey));
|
||||
return GetHttpDefinition(fileKey);
|
||||
}
|
||||
|
||||
public void Execute(IndexerDefinitionUpdateCommand message)
|
||||
|
|
|
|||
Loading…
Reference in a new issue