Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/c1121640e43ff8a632f9e700acd55dd891d0f9ef?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed folder name from update notification

pull/3113/head
kay.one 14 years ago
parent 6caae19430
commit c1121640e4

@ -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}",

Loading…
Cancel
Save