mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
burn ToOptimizedResult
This commit is contained in:
parent
5d9c40ec72
commit
d8fc4f91db
@ -75,7 +75,6 @@ namespace Jellyfin.Api.Controllers
|
|||||||
|
|
||||||
var taskInfos = tasks.Select(ScheduledTaskHelpers.GetTaskInfo);
|
var taskInfos = tasks.Select(ScheduledTaskHelpers.GetTaskInfo);
|
||||||
|
|
||||||
// TODO ToOptimizedResult
|
|
||||||
return Ok(taskInfos);
|
return Ok(taskInfos);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user