Browse Source

remove todo

crobibero 5 years ago
parent
commit
c5d709f77e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jellyfin.Api/Controllers/DisplayPreferencesController.cs

+ 0 - 1
Jellyfin.Api/Controllers/DisplayPreferencesController.cs

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