Fixed copy/paste typo

pull/15/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent a7c971ee26
commit b8374e1b08

@ -227,7 +227,7 @@ namespace MediaBrowser.ApiInteraction
/// </summary>
public async Task<IEnumerable<ApiBaseItemWrapper<ApiBaseItem>>> GetItemsWithPersonAsync(string name, PersonType? personType, Guid userId)
{
string url = ApiUrl + "/itemswithgenre?userId=" + userId.ToString() + "&name=" + name;
string url = ApiUrl + "/itemswithperson?userId=" + userId.ToString() + "&name=" + name;
if (personType.HasValue)
{

Loading…
Cancel
Save