remove todo

This commit is contained in:
crobibero 2020-04-19 16:35:31 -06:00
parent e6b873f2ae
commit c5d709f77e

View file

@ -53,7 +53,6 @@ namespace Jellyfin.Api.Controllers
return NotFound();
}
// TODO ToOptimizedResult
return Ok(result);
}
catch (Exception e)