mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
Fixed: Failing when definition file isn't in folder yet
This commit is contained in:
@@ -120,12 +120,8 @@ namespace NzbDrone.Core.IndexerVersions
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return GetHttpDefinition(fileKey);
|
|
||||||
}
|
|
||||||
|
|
||||||
throw new ArgumentOutOfRangeException(nameof(fileKey));
|
return GetHttpDefinition(fileKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Execute(IndexerDefinitionUpdateCommand message)
|
public void Execute(IndexerDefinitionUpdateCommand message)
|
||||||
|
|||||||
Reference in New Issue
Block a user