mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update chapter default triggers
This commit is contained in:
parent
998026cfa8
commit
daf2c28eb7
@ -682,7 +682,7 @@
|
|||||||
"NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
|
"NotificationOptionNewLibraryContentMultiple": "New content added (multiple)",
|
||||||
"NotificationOptionCameraImageUploaded": "Camera image uploaded",
|
"NotificationOptionCameraImageUploaded": "Camera image uploaded",
|
||||||
"NotificationOptionUserLockedOut": "User locked out",
|
"NotificationOptionUserLockedOut": "User locked out",
|
||||||
"SendNotificationHelp": "By default, notifications are delivered to the dashboard inbox. Browse the plugin catalog to install additional notification options.",
|
"HeaderSendNotificationHelp": "By default, notifications are delivered to your dashboard inbox. Browse the plugin catalog to install additional notification options.",
|
||||||
"NotificationOptionServerRestartRequired": "Server restart required",
|
"NotificationOptionServerRestartRequired": "Server restart required",
|
||||||
"LabelNotificationEnabled": "Enable this notification",
|
"LabelNotificationEnabled": "Enable this notification",
|
||||||
"LabelMonitorUsers": "Monitor activity from:",
|
"LabelMonitorUsers": "Monitor activity from:",
|
||||||
|
@ -65,10 +65,10 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||||||
{
|
{
|
||||||
new DailyTrigger
|
new DailyTrigger
|
||||||
{
|
{
|
||||||
TimeOfDay = TimeSpan.FromHours(3),
|
TimeOfDay = TimeSpan.FromHours(1),
|
||||||
TaskOptions = new TaskExecutionOptions
|
TaskOptions = new TaskExecutionOptions
|
||||||
{
|
{
|
||||||
MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(5).TotalMilliseconds)
|
MaxRuntimeMs = Convert.ToInt32(TimeSpan.FromHours(4).TotalMilliseconds)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user