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

Set write time on destination season folder - oops

pull/4/head
Mark McDowall 12 years ago
parent 88afc19716
commit 1e0c053bd3

@ -78,7 +78,7 @@ namespace NzbDrone.Core.MediaFiles
if (series.SeasonFolder)
{
var seasonFolder = Path.GetDirectoryName(episodeFile.Path);
var seasonFolder = Path.GetDirectoryName(destinationFilename);
_logger.Trace("Setting last write time on season folder: {0}", seasonFolder);
_diskProvider.SetFolderWriteTime(seasonFolder, episodeFile.DateAdded);

Loading…
Cancel
Save