Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/d5cf6d59a30cc989d7e33c6eb6ac378e6339b2f3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed copy/paste typo

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 13 years ago
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…
Cancel
Save