Browse Source

burn ToOptimizedResult

crobibero 5 năm trước cách đây
mục cha
commit
d8fc4f91db
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Jellyfin.Api/Controllers/ScheduledTasksController.cs

+ 0 - 1
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)