浏览代码

update chapter default triggers

Luke Pulverenti 10 年之前
父节点
当前提交
daf2c28eb7

+ 1 - 1
MediaBrowser.Server.Implementations/Localization/Server/server.json

@@ -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:",

+ 2 - 2
MediaBrowser.Server.Implementations/ScheduledTasks/ChapterImagesTask.cs

@@ -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)
                         }
                         }
                     }
                     }
                 };
                 };