|
|
@ -243,6 +243,8 @@ namespace MediaBrowser.Providers.TV
|
|
|
|
|
|
|
|
|
|
|
|
if (!series.LockedFields.Contains(MetadataFields.Cast))
|
|
|
|
if (!series.LockedFields.Contains(MetadataFields.Cast))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
series.People.Clear();
|
|
|
|
|
|
|
|
|
|
|
|
FetchActors(series, actorsXmlPath, cancellationToken);
|
|
|
|
FetchActors(series, actorsXmlPath, cancellationToken);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -758,6 +760,8 @@ namespace MediaBrowser.Providers.TV
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
personInfo.Type = PersonType.Actor;
|
|
|
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(personInfo.Name))
|
|
|
|
if (!string.IsNullOrEmpty(personInfo.Name))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
series.AddPerson(personInfo);
|
|
|
|
series.AddPerson(personInfo);
|
|
|
|