mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added User Management support for Emby #435
This commit is contained in:
parent
4feb3cd462
commit
4193cb88fd
23 changed files with 354 additions and 118 deletions
|
@ -33,6 +33,8 @@ namespace Ombi.UI.Models
|
|||
{
|
||||
public class ScheduledJobsViewModel : ScheduledJobsSettings
|
||||
{
|
||||
public bool Emby { get; set; }
|
||||
public bool Plex { get; set; }
|
||||
public Dictionary<string,DateTime> JobRecorder { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue