mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-14 13:03:00 +03:00
Update Jellyfin.Api/Controllers/UserLibraryController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -424,7 +424,7 @@ namespace Jellyfin.Api.Controllers
|
||||
return Ok(new { Results = result });
|
||||
}
|
||||
|
||||
return NotFound(new { Results = result.ToArray() });
|
||||
return NotFound();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user