mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
implement removing from playlists
This commit is contained in:
@@ -52,7 +52,7 @@ namespace MediaBrowser.Common.Implementations.ScheduledTasks.Tasks
|
||||
return new ITaskTrigger[] {
|
||||
|
||||
// At startup
|
||||
new StartupTrigger (),
|
||||
new StartupTrigger(),
|
||||
|
||||
// Every so often
|
||||
new IntervalTrigger { Interval = TimeSpan.FromHours(24)}
|
||||
|
||||
Reference in New Issue
Block a user