mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 02:47:52 +01:00
Update Jellyfin.Api/Controllers/UserLibraryController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
8b78802c0b
commit
92715a7426
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ namespace Jellyfin.Api.Controllers
|
|||
return Ok(new { Results = result });
|
||||
}
|
||||
|
||||
return NotFound(new { Results = result.ToArray() });
|
||||
return NotFound();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue