mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2025-01-24 12:34:05 +01:00
🚑 Fix autoclean setting inverted #25
This commit is contained in:
parent
859ed047ee
commit
3c22a39945
@ -233,7 +233,7 @@ class WebdavTools {
|
||||
}
|
||||
|
||||
clean() {
|
||||
let limit = settingsTools.getSettings().auto_clean_local_keep;
|
||||
let limit = settingsTools.getSettings().auto_clean_backup_keep;
|
||||
if (limit == null)
|
||||
limit = 5;
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user