Fixed the notifications issue

This commit is contained in:
tidusjar 2019-11-10 14:56:12 +00:00
parent 96e3e88261
commit 181bd53202
22 changed files with 210 additions and 177 deletions

View file

@ -0,0 +1,8 @@
namespace Ombi.Helpers
{
public class JobDataKeys
{
public const string RecentlyAddedSearch = "recentlyAddedSearch";
public const string NotificationOptions = nameof(NotificationOptions);
}
}