Fixed (most) tests

This commit is contained in:
JPVenson
2024-10-09 15:20:42 +00:00
parent c2844bda3b
commit 01d834f21a
13 changed files with 185 additions and 1109 deletions

View File

@@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.Providers
public IReadOnlyList<PersonInfo> People
{
get => _people;
set => _people = value.ToList();
set => _people = value?.ToList();
}
public bool HasMetadata { get; set; }