mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Do not remove already set people on locked items
This commit is contained in:
parent
cc2c00d764
commit
684dfedbcc
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ namespace MediaBrowser.Providers.Manager
|
|||
|
||||
var metadataResult = new MetadataResult<TItemType>
|
||||
{
|
||||
Item = itemOfType
|
||||
Item = itemOfType,
|
||||
People = LibraryManager.GetPeople(item)
|
||||
};
|
||||
|
||||
bool hasRefreshedMetadata = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue