This commit is contained in:
tidusjar 2020-10-02 22:04:22 +01:00
parent ce0a16a0fb
commit 42f0d3e8e4

View file

@ -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)