mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -207,7 +207,7 @@ namespace MediaBrowser.Api.ScheduledTasks
|
||||
}
|
||||
}
|
||||
|
||||
TaskManager.Execute(task);
|
||||
TaskManager.Execute(task, new TaskOptions());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user