mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
added more image providers
This commit is contained in:
@@ -39,10 +39,5 @@ namespace MediaBrowser.Providers.People
|
||||
target.PlaceOfBirth = source.PlaceOfBirth;
|
||||
}
|
||||
}
|
||||
|
||||
protected override Task SaveItem(Person item, ItemUpdateType reason, CancellationToken cancellationToken)
|
||||
{
|
||||
return _libraryManager.UpdateItem(item, reason, cancellationToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user