Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/32562ba7315556be5c8165b4412e62fc0b68476e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Series editor saves much faster

pull/62/merge
Mark McDowall 11 years ago
parent 9e80473ea0
commit 32562ba731

@ -202,8 +202,6 @@ namespace NzbDrone.Core.Tv
var folderName = new DirectoryInfo(s.Path).Name;
s.Path = Path.Combine(s.RootFolderPath, folderName);
}
_eventAggregator.PublishEvent(new SeriesEditedEvent(s));
}
_seriesRepository.UpdateMany(series);

Loading…
Cancel
Save