mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
update subtitle interface
This commit is contained in:
@@ -429,6 +429,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
if (dictionary.TryGetValue(person.Name, out entity))
|
||||
{
|
||||
baseItemPerson.PrimaryImageTag = GetImageCacheTag(entity, ImageType.Primary);
|
||||
baseItemPerson.Id = entity.Id.ToString("N");
|
||||
}
|
||||
|
||||
dto.People[i] = baseItemPerson;
|
||||
|
||||
Reference in New Issue
Block a user