added toggles for metadata settings

This commit is contained in:
Luke Pulverenti
2014-02-10 23:55:01 -05:00
parent cf9ef0e43d
commit 17bf59dfe3
29 changed files with 203 additions and 98 deletions

View File

@@ -521,7 +521,7 @@ namespace MediaBrowser.Controller.Entities
foreach (var child in children)
{
if (tasks.Count >= 2)
if (tasks.Count >= 8)
{
await Task.WhenAll(tasks).ConfigureAwait(false);
tasks.Clear();