diff options
| author | crobibero <cody@robibe.ro> | 2020-04-19 16:29:29 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-04-19 16:29:29 -0600 |
| commit | d8fc4f91dbcc38df0e13e51a3631e87f783361de (patch) | |
| tree | 8b8798ec004d30f45845c84c91fd4c5ae36eb969 | |
| parent | 5d9c40ec72d31957cec48e141ca5ce4f9141b413 (diff) | |
burn ToOptimizedResult
| -rw-r--r-- | Jellyfin.Api/Controllers/ScheduledTasksController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ScheduledTasksController.cs b/Jellyfin.Api/Controllers/ScheduledTasksController.cs index bb07af397..f90b44967 100644 --- a/Jellyfin.Api/Controllers/ScheduledTasksController.cs +++ b/Jellyfin.Api/Controllers/ScheduledTasksController.cs @@ -75,7 +75,6 @@ namespace Jellyfin.Api.Controllers var taskInfos = tasks.Select(ScheduledTaskHelpers.GetTaskInfo); - // TODO ToOptimizedResult return Ok(taskInfos); } catch (Exception e) |
