mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Fixed #2321
This commit is contained in:
parent
1bd62d13d0
commit
e2dbdc190a
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ namespace Ombi.Notifications
|
|||
ApplicationUrl = (s?.ApplicationUrl.HasValue() ?? false) ? s.ApplicationUrl : string.Empty;
|
||||
ApplicationName = string.IsNullOrEmpty(s?.ApplicationName) ? "Ombi" : s?.ApplicationName;
|
||||
RequestedUser = user.UserName;
|
||||
Alias = user.UserAlias;
|
||||
UserName = user.UserName;
|
||||
}
|
||||
|
||||
private void LoadIssues(NotificationOptions opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue