Merge branch 'feature/v4' of https://github.com/tidusjar/Ombi into feature/v4

pull/3703/head
tidusjar 4 years ago
commit e866e8263d

@ -102,12 +102,12 @@ We are planning to bring back these features in V3 but for now you can find a li
| Lidarr | Yes | No |
# Feature Requests
Feature requests are handled on FeatHub.
Feature requests are handled on Feature Upvote.
Search the existing requests to see if your suggestion has already been submitted.
(If a similar request exists, give it a thumbs up (+1), or add additional comments to the request)
(If a similar request exists, please vote, or add additional comments to the request)
#### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](http://feathub.com/tidusjar/Ombi)
#### [![Feature Requests](https://cloud.githubusercontent.com/assets/390379/10127973/045b3a96-6560-11e5-9b20-31a2032956b2.png)](https://features.ombi.io)
# Preview

@ -111,7 +111,7 @@ namespace Ombi.Notifications.Agents
{
if (requestedUser.HasValue())
{
fields.Add(new DiscordField { name = "Requsted By", value = requestedUser, inline = true });
fields.Add(new DiscordField { name = "Requested By", value = requestedUser, inline = true });
}
}
if (model.Data.TryGetValue("DenyReason", out var denyReason))

Loading…
Cancel
Save