Explorar el Código

Update Jellyfin.Api/Controllers/UserLibraryController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
1hitsong hace 2 años
padre
commit
92715a7426
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
         }
     }
 }