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

This commit is contained in:
Namaneo 2020-01-20 16:13:01 +01:00
parent f8fcc9bea9
commit 230c22abe1

View file

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