mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Update Jellyfin.Api/Controllers/UserLibraryController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -402,11 +402,7 @@ namespace Jellyfin.Api.Controllers
|
||||
|
||||
if (user == null)
|
||||
{
|
||||
List<Lyrics> lyricsList = new List<Lyrics>
|
||||
{
|
||||
new Lyrics { Error = "User Not Found" }
|
||||
};
|
||||
return NotFound(new { Results = lyricsList.ToArray() });
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
var item = itemId.Equals(default)
|
||||
|
||||
Reference in New Issue
Block a user