mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
feat(emby): ✨ Added a emby recently added sync!
This commit is contained in:
parent
d9ee25b575
commit
a0e14068f4
16 changed files with 234 additions and 95 deletions
|
@ -3,6 +3,7 @@
|
|||
public class JobDataKeys
|
||||
{
|
||||
public const string RecentlyAddedSearch = "recentlyAddedSearch";
|
||||
public const string EmbyRecentlyAddedSearch = nameof(EmbyRecentlyAddedSearch);
|
||||
public const string NotificationOptions = nameof(NotificationOptions);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue