mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05: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 Ok(new { Results = result });
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return NotFound(new { Results = result.ToArray() });
 | 
					            return NotFound();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user