aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-04-23 08:03:41 -0600
committercrobibero <cody@robibe.ro>2020-04-23 08:03:41 -0600
commit1223eb5a2285c48f50b07fb5aa2c463928b69afe (patch)
tree6a264454b9221902dff716bcaa44711789eb8b58 /Jellyfin.Api/Controllers/DisplayPreferencesController.cs
parent98224dee9e3bfc2bb30c14792aec4bda47670863 (diff)
Remove unneeded Ok calls.
Diffstat (limited to 'Jellyfin.Api/Controllers/DisplayPreferencesController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DisplayPreferencesController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
index 25391bcf8..42e87edd6 100644
--- a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
+++ b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
@@ -49,7 +49,7 @@ namespace Jellyfin.Api.Controllers
return NotFound();
}
- return Ok(result);
+ return result;
}
/// <summary>