Browse Source

Update Jellyfin.Api/Controllers/UserLibraryController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
1hitsong 2 năm trước cách đây
mục cha
commit
92715a7426
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jellyfin.Api/Controllers/UserLibraryController.cs

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

@@ -424,7 +424,7 @@ namespace Jellyfin.Api.Controllers
                 return Ok(new { Results = result });
             }
 
-            return NotFound(new { Results = result.ToArray() });
+            return NotFound();
         }
     }
 }