mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
live tv updates
This commit is contained in:
parent
fc3b78c056
commit
c0bbf8945f
10 changed files with 56 additions and 50 deletions
|
|
@ -117,8 +117,6 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||
/// <returns>IEnumerable{BaseTaskTrigger}.</returns>
|
||||
public IEnumerable<ITaskTrigger> GetDefaultTriggers()
|
||||
{
|
||||
// IMPORTANT: Make sure to update the dashboard "wizardsettings" page if this default ever changes
|
||||
|
||||
return new ITaskTrigger[]
|
||||
{
|
||||
new DailyTrigger { TimeOfDay = TimeSpan.FromHours(4) }
|
||||
|
|
@ -197,7 +195,6 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
|
|||
{
|
||||
get
|
||||
{
|
||||
// IMPORTANT: Make sure to update the dashboard "wizardsettings" page if this name ever changes
|
||||
return "Chapter image extraction";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue