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

Backup "type" folders created properly

pull/4/head
Mark McDowall 11 years ago
parent 9cafeec771
commit 1ef756acd2

@ -62,7 +62,7 @@ namespace NzbDrone.Core.Backup
}
_diskProvider.EnsureFolder(_backupTempFolder);
_diskProvider.EnsureFolder(_appFolderInfo.GetBackupFolder());
_diskProvider.EnsureFolder(GetBackupFolder(backupType));
BackupConfigFile();
BackupDatabase();

Loading…
Cancel
Save