Got most of it working!

This commit is contained in:
tidusjar 2021-03-06 23:13:44 +00:00
parent be50b1eff1
commit 3aa07aa7a6
32 changed files with 577 additions and 75 deletions

View file

@ -123,7 +123,7 @@ namespace Ombi.Notifications
{
LoadIssues(opts);
RequestId = req?.Id.ToString();
ProviderId = req?.ParentRequest?.TvDbId.ToString() ?? string.Empty;
ProviderId = req?.ParentRequest?.ExternalProviderId.ToString() ?? string.Empty;
string title;
if (req == null)
{