diff --git a/NzbDrone.Core/Providers/SyncProvider.cs b/NzbDrone.Core/Providers/SyncProvider.cs index d7ef9c225..e649a4dd7 100644 --- a/NzbDrone.Core/Providers/SyncProvider.cs +++ b/NzbDrone.Core/Providers/SyncProvider.cs @@ -122,8 +122,7 @@ namespace NzbDrone.Core.Providers { try { - _seriesSyncNotification.CurrentStatus = String.Format("Searching For: {0}", - new DirectoryInfo(currentSeries.Path).Name); + _seriesSyncNotification.CurrentStatus = String.Format("Searching For: {0}", currentSeries.Title); var updatedSeries = _seriesProvider.UpdateSeriesInfo(currentSeries.SeriesId); _seriesSyncNotification.CurrentStatus = String.Format("Downloading episode info For: {0}",