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

There can be also NULL people?

pull/12798/head
JPVenson 3 months ago
parent 75d40e69b5
commit b830c42fca

@ -2802,6 +2802,7 @@ namespace Emby.Server.Implementations.Library
if (people is not null)
{
people = people.Where(e => e is not null).ToArray();
_peopleRepository.UpdatePeople(item.Id, people);
await SavePeopleMetadataAsync(people, cancellationToken).ConfigureAwait(false);
}

Loading…
Cancel
Save