mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Added the user login for emby users #435
This commit is contained in:
parent
4193cb88fd
commit
643676e7ea
15 changed files with 296 additions and 137 deletions
|
@ -326,8 +326,8 @@ namespace Ombi.UI.Jobs
|
|||
var embyUserChecker =
|
||||
TriggerBuilder.Create()
|
||||
.WithIdentity("EmbyUserChecker", "Emby")
|
||||
.StartNow()
|
||||
//.StartAt(DateBuilder.FutureDate(1, IntervalUnit.Minute))
|
||||
//.StartNow()
|
||||
.StartAt(DateBuilder.FutureDate(1, IntervalUnit.Minute))
|
||||
.WithSimpleSchedule(x => x.WithIntervalInHours(s.EmbyUserChecker).RepeatForever())
|
||||
.Build();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue