mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 09:12:57 -07:00
8 lines
No EOL
222 B
C#
8 lines
No EOL
222 B
C#
namespace Ombi.Helpers
|
|
{
|
|
public class JobDataKeys
|
|
{
|
|
public const string RecentlyAddedSearch = "recentlyAddedSearch";
|
|
public const string NotificationOptions = nameof(NotificationOptions);
|
|
}
|
|
} |