Fixed copy/paste typo

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-14 15:27:35 -04:00
parent 0788f435c1
commit d5cf6d59a3

View file

@ -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)
{