mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Update Jellyfin.Api/Controllers/UserLibraryController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
8b78802c0b
commit
92715a7426
@ -424,7 +424,7 @@ namespace Jellyfin.Api.Controllers
|
||||
return Ok(new { Results = result });
|
||||
}
|
||||
|
||||
return NotFound(new { Results = result.ToArray() });
|
||||
return NotFound();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user