|
|
@ -122,8 +122,7 @@ namespace NzbDrone.Core.Providers
|
|
|
|
{
|
|
|
|
{
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_seriesSyncNotification.CurrentStatus = String.Format("Searching For: {0}",
|
|
|
|
_seriesSyncNotification.CurrentStatus = String.Format("Searching For: {0}", currentSeries.Title);
|
|
|
|
new DirectoryInfo(currentSeries.Path).Name);
|
|
|
|
|
|
|
|
var updatedSeries = _seriesProvider.UpdateSeriesInfo(currentSeries.SeriesId);
|
|
|
|
var updatedSeries = _seriesProvider.UpdateSeriesInfo(currentSeries.SeriesId);
|
|
|
|
|
|
|
|
|
|
|
|
_seriesSyncNotification.CurrentStatus = String.Format("Downloading episode info For: {0}",
|
|
|
|
_seriesSyncNotification.CurrentStatus = String.Format("Downloading episode info For: {0}",
|
|
|
|