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(); return NotFound();
} }
// TODO ToOptimizedResult
return Ok(result); return Ok(result);
} }
catch (Exception e) catch (Exception e)