mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
renamed some old 'parseResult' variable names.
This commit is contained in:
@@ -100,7 +100,7 @@ namespace NzbDrone.Core.ExternalNotification
|
||||
try
|
||||
{
|
||||
_logger.Trace("Sending download notification to {0}", Name);
|
||||
OnDownload(message.ParseResult.ToString(), message.Series);
|
||||
OnDownload(message.ParsedEpisodeInfo.ToString(), message.Series);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user