Fixed: Typo in ReleasePushModule.cs

pull/2/head
Qstick 5 years ago
parent 755fa9e865
commit 669e46266a

@ -85,7 +85,7 @@ namespace Radarr.Api.V3.Indexers
} }
catch (ModelNotFoundException) catch (ModelNotFoundException)
{ {
_logger.Debug("Push Release {0} not associated with known indexer {0}.", release.Title, release.IndexerId); _logger.Debug("Push Release {0} not associated with known indexer {1}.", release.Title, release.IndexerId);
release.IndexerId = 0; release.IndexerId = 0;
} }
} }

Loading…
Cancel
Save