mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
release endpoint now returns fully parsed rss info with decisions.
This commit is contained in:
@@ -83,7 +83,8 @@ namespace NzbDrone.Core.ExternalNotification
|
||||
try
|
||||
{
|
||||
_logger.Trace("Sending grab notification to {0}", Name);
|
||||
OnGrab(message.Episode.GetDownloadTitle());
|
||||
//todo: pass all the info to grab event and let the handlers deal with it.
|
||||
OnGrab(message.Episode.ToString());
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Reference in New Issue
Block a user