Fix Baker Problems

pull/1174/head
Qstick 2 years ago
parent 0a9bd8287f
commit 4eec675d61

@ -171,7 +171,7 @@ namespace NzbDrone.Api.V1.Indexers
if (_indexerLimitService.AtDownloadLimit(indexerDef))
{
return Content(CreateErrorXML(429, $"Grab limit reached ({((IIndexerSettings)indexer.Definition.Settings).BaseSettings.DownloadLimit})"), "application/rss+xml");
return Content(CreateErrorXML(429, $"Grab limit reached ({((IIndexerSettings)indexer.Definition.Settings).BaseSettings.GrabLimit})"), "application/rss+xml");
}
if (link.IsNullOrWhiteSpace() || file.IsNullOrWhiteSpace())

Loading…
Cancel
Save