mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-29 18:15:37 -04:00
removed folder name from update notification
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user