2
0
Эх сурвалжийг харах

Update Jellyfin.Api/Controllers/UserLibraryController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
1hitsong 2 жил өмнө
parent
commit
92715a7426

+ 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();
         }
     }
 }