mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
During a TvShow request, notify using the ParentRequest Id if available
This commit is contained in:
parent
f8fcc9bea9
commit
230c22abe1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace Ombi.Notifications
|
||||||
{
|
{
|
||||||
LoadIssues(opts);
|
LoadIssues(opts);
|
||||||
|
|
||||||
RequestId = req?.Id.ToString();
|
RequestId = req?.ParentRequestId.ToString();
|
||||||
|
|
||||||
string title;
|
string title;
|
||||||
if (req == null)
|
if (req == null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue