mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fixed copy/paste typo
This commit is contained in:
parent
0788f435c1
commit
d5cf6d59a3
@ -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…
x
Reference in New Issue
Block a user