mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Display specials within seasons
This commit is contained in:
@@ -796,7 +796,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
foreach (var tuple in list)
|
||||
{
|
||||
if (tasks.Count > 7)
|
||||
if (tasks.Count > 10)
|
||||
{
|
||||
await Task.WhenAll(tasks).ConfigureAwait(false);
|
||||
}
|
||||
@@ -873,7 +873,8 @@ namespace MediaBrowser.Controller.Entities
|
||||
progress.Report((90 * percent) + 10);
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
||||
}, cancellationToken));
|
||||
}
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
Reference in New Issue
Block a user