Fixed sab title issue

Added profiling to OpenSharedconnection
This commit is contained in:
kay.one 2011-06-21 20:38:46 -07:00
commit 5fb2c61c77
4 changed files with 27 additions and 18 deletions

View file

@ -137,6 +137,7 @@ namespace NzbDrone.Core.Providers
if (episodeInfo != null)
{
result.Add(episodeInfo);
parseResult.EpisodeTitle = episodeInfo.Title;
}
else
{