mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Version 5.2.6
This commit is contained in:
parent
7e7c48c855
commit
70ec113c85
|
|
@ -35,6 +35,10 @@ _v5.2.5_
|
|||
- README.md updated.
|
||||
- Documentation images resized.
|
||||
|
||||
_v5.2.6_
|
||||
|
||||
- Fix crash when when options.pruneDays = 0.
|
||||
|
||||
# Version 5.1
|
||||
|
||||
This one is a big one... **Be sure to backup your config.json and your database.sqlite before updating.**
|
||||
|
|
|
|||
|
|
@ -37,5 +37,5 @@
|
|||
"build": "ng build --base-href ./ --configuration production",
|
||||
"start": "ng serve"
|
||||
},
|
||||
"version": "5.2.5"
|
||||
"version": "5.2.6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@
|
|||
"update": "node update"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "5.2.5"
|
||||
"version": "5.2.6"
|
||||
}
|
||||
|
|
@ -985,7 +985,7 @@ export class Controller extends EventEmitter {
|
|||
}, 15 * 60 * 1000);
|
||||
|
||||
} else {
|
||||
this.pruneScheduler = null;
|
||||
this.pruneInterval = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,6 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
export const version = '5.2.5';
|
||||
export const version = '5.2.6';
|
||||
|
||||
export default version;
|
||||
|
|
@ -46,5 +46,5 @@
|
|||
"start": "nodemon"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "5.2.5"
|
||||
"version": "5.2.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue