aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-04-19 16:35:31 -0600
committercrobibero <cody@robibe.ro>2020-04-19 16:35:31 -0600
commitc5d709f77ed2158bf68b8cc81238067d4525518f (patch)
treea9ade0a6610c91be2d1af489a8c57373bfe095b5
parente6b873f2aeadd01ed4638148be857ddf45a33576 (diff)
remove todo
-rw-r--r--Jellyfin.Api/Controllers/DisplayPreferencesController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
index 0fbdcb6b8..0554091b4 100644
--- a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
+++ b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
@@ -53,7 +53,6 @@ namespace Jellyfin.Api.Controllers
return NotFound();
}
- // TODO ToOptimizedResult
return Ok(result);
}
catch (Exception e)