some changes to unmapped view

This commit is contained in:
Keivan
2011-02-03 16:48:09 -08:00
parent 16fcda18c3
commit bfef6166f5
7 changed files with 31 additions and 16 deletions

View File

@@ -63,7 +63,7 @@ namespace NzbDrone.Core.Providers
var unmappedFolders = _seriesProvider.GetUnmappedFolders();
_seriesSyncNotification.ProgressMax = unmappedFolders.Count;
foreach (string seriesFolder in unmappedFolders)
foreach (string seriesFolder in unmappedFolders.Values)
{
try
{