mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed #3779
This commit is contained in:
parent
ce0a16a0fb
commit
42f0d3e8e4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ namespace Ombi.Notifications
|
|||
public void Setup(NotificationOptions opts, ChildRequests req, CustomizationSettings s, UserNotificationPreferences pref)
|
||||
{
|
||||
LoadIssues(opts);
|
||||
RequestId = req.Id.ToString();
|
||||
RequestId = req?.Id.ToString();
|
||||
ProviderId = req?.ParentRequest?.TvDbId.ToString() ?? string.Empty;
|
||||
string title;
|
||||
if (req == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue