mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -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);
|
||||
|
||||
RequestId = req?.Id.ToString();
|
||||
RequestId = req?.ParentRequestId.ToString();
|
||||
|
||||
string title;
|
||||
if (req == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue