mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	Update Jellyfin.Api/Controllers/ArtistsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
		
							parent
							
								
									45e034e9a1
								
							
						
					
					
						commit
						603b1693c0
					
				| @ -286,7 +286,7 @@ namespace Jellyfin.Api.Controllers | ||||
|         /// <param name="enableTotalRecordCount">Total record count.</param> | ||||
|         /// <response code="200">Album artists returned.</response> | ||||
|         /// <returns>An <see cref="OkResult"/> containing the album artists.</returns> | ||||
|         [HttpGet("/AlbumArtists")] | ||||
|         [HttpGet("AlbumArtists")] | ||||
|         [ProducesResponseType(StatusCodes.Status200OK)] | ||||
|         public ActionResult<QueryResult<BaseItemDto>> GetAlbumArtists( | ||||
|             [FromQuery] double? minCommunityRating, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user