diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-05 21:15:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-05 21:15:48 -0400 |
| commit | 9434d05a5f569acc9f23a0c754f42e9242cc974e (patch) | |
| tree | e0efc5266f64f1c9fc13d4401b9695f6762f855d /MediaBrowser.Controller/Entities/Folder.cs | |
| parent | 7c2aa12db8c3c7a96a812342825f91b8fa1eabb9 (diff) | |
added stub page to edit metatada for an item
Diffstat (limited to 'MediaBrowser.Controller/Entities/Folder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Folder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs index 63b6f377bc..7918be8775 100644 --- a/MediaBrowser.Controller/Entities/Folder.cs +++ b/MediaBrowser.Controller/Entities/Folder.cs @@ -729,7 +729,7 @@ namespace MediaBrowser.Controller.Entities foreach (var tuple in list) { - if (tasks.Count > 5) + if (tasks.Count > 8) { await Task.WhenAll(tasks).ConfigureAwait(false); } |
