mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Fixed the notifications issue
This commit is contained in:
parent
96e3e88261
commit
181bd53202
22 changed files with 210 additions and 177 deletions
8
src/Ombi.Helpers/JobDataKeys.cs
Normal file
8
src/Ombi.Helpers/JobDataKeys.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ombi.Helpers
|
||||
{
|
||||
public class JobDataKeys
|
||||
{
|
||||
public const string RecentlyAddedSearch = "recentlyAddedSearch";
|
||||
public const string NotificationOptions = nameof(NotificationOptions);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue