mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove max runtime
This commit is contained in:
parent
2e2085a212
commit
79a0e36b90
@ -63,8 +63,7 @@ namespace MediaBrowser.Providers.Trickplay
|
||||
new TaskTriggerInfo
|
||||
{
|
||||
Type = TaskTriggerInfo.TriggerDaily,
|
||||
TimeOfDayTicks = TimeSpan.FromHours(3).Ticks,
|
||||
MaxRuntimeTicks = TimeSpan.FromHours(5).Ticks
|
||||
TimeOfDayTicks = TimeSpan.FromHours(3).Ticks
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user