Browse Source

Remove unneeded Ok calls.

crobibero 5 năm trước cách đây
mục cha
commit
1223eb5a22
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jellyfin.Api/Controllers/DisplayPreferencesController.cs

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

@@ -49,7 +49,7 @@ namespace Jellyfin.Api.Controllers
                 return NotFound();
             }
 
-            return Ok(result);
+            return result;
         }
 
         /// <summary>