mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 04:04:43 +00:00
Simply trigger
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
e77040a4fb
commit
375f849b3e
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,11 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
|||
{
|
||||
return new[]
|
||||
{
|
||||
new TaskTriggerInfo { Type = TaskTriggerInfo.TriggerDaily, TimeOfDayTicks = TimeSpan.FromHours(0).Ticks}
|
||||
new TaskTriggerInfo
|
||||
{
|
||||
Type = TaskTriggerInfo.TriggerDaily,
|
||||
TimeOfDayTicks = 0
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue