During a TvShow request, notify using the ParentRequest Id if available

pull/3344/head
Namaneo 4 years ago
parent f8fcc9bea9
commit 230c22abe1

@ -119,7 +119,7 @@ namespace Ombi.Notifications
{
LoadIssues(opts);
RequestId = req?.Id.ToString();
RequestId = req?.ParentRequestId.ToString();
string title;
if (req == null)

Loading…
Cancel
Save