diff --git a/MediaBrowser.ApiInteraction/ApiClient.cs b/MediaBrowser.ApiInteraction/ApiClient.cs index d1c9edf736..5685638f60 100644 --- a/MediaBrowser.ApiInteraction/ApiClient.cs +++ b/MediaBrowser.ApiInteraction/ApiClient.cs @@ -227,7 +227,7 @@ namespace MediaBrowser.ApiInteraction /// public async Task>> 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) {