mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 09:05:28 +01: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)
|
||||
|
||||
Reference in New Issue
Block a user