mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
display new fields on person page
This commit is contained in:
@@ -538,8 +538,12 @@ namespace MediaBrowser.Controller.Entities
|
||||
var validChildren = new ConcurrentBag<Tuple<BaseItem, bool>>();
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
Parallel.ForEach(nonCachedChildren, child =>
|
||||
|
||||
var options = new ParallelOptions
|
||||
{
|
||||
};
|
||||
|
||||
Parallel.ForEach(nonCachedChildren, options, child =>
|
||||
{
|
||||
BaseItem currentChild;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user