Processing (Manticore) sync queue.

This commit is contained in:
2026-06-08 23:32:40 +02:00
parent 1f58f989f7
commit 20f304c9cd
4 changed files with 51 additions and 2 deletions

View File

@@ -592,7 +592,7 @@ export async function unstashMovie(movieId, stashId, sessionUser) {
}
CronJob.from({
cronTime: config.stashes.viewRefreshCron,
cronTime: config.stashes.viewRefreshCrontab,
async onTick() {
logger.verbose('Updating stash views');