becca conversion WIP

This commit is contained in:
zadam
2021-05-02 22:47:57 +02:00
parent 3091119893
commit e257634ccf
5 changed files with 11 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ function getStats() {
}
const stats = {
initialized: optionService.getOption('initialized') === 'true',
initialized: sql.getValue("SELECT value FROM options WHERE name = 'initialized'") === 'true',
outstandingPullCount: syncService.getOutstandingPullCount()
};