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