aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ScheduledTasksController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-04-19 16:29:29 -0600
committercrobibero <cody@robibe.ro>2020-04-19 16:29:29 -0600
commitd8fc4f91dbcc38df0e13e51a3631e87f783361de (patch)
tree8b8798ec004d30f45845c84c91fd4c5ae36eb969 /Jellyfin.Api/Controllers/ScheduledTasksController.cs
parent5d9c40ec72d31957cec48e141ca5ce4f9141b413 (diff)
burn ToOptimizedResult
Diffstat (limited to 'Jellyfin.Api/Controllers/ScheduledTasksController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ScheduledTasksController.cs1
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)