Update Jellyfin.Api/Controllers/UserLibraryController.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
1hitsong
2022-09-09 21:09:39 -04:00
committed by GitHub
parent 8b78802c0b
commit 92715a7426

View File

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