mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fixed copy/paste typo
This commit is contained in:
parent
0788f435c1
commit
d5cf6d59a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue