mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
broke episodeparseresult into filenameparseresult and indexerparseresult
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.GetDownloadTitle(), message.ParseResult.Series);
|
||||
OnDownload(message.ParseResult.ToString(), message.ParseResult.Series);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user