pull/3782/head
tidusjar 4 years ago
parent ce0a16a0fb
commit 42f0d3e8e4

@ -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…
Cancel
Save