Implement scheduled library scans (closes #609) (#638)

First implementation of job system
This commit is contained in:
Simon
2025-07-20 13:57:54 +02:00
committed by GitHub
parent 357c68ffe1
commit 3cecdd558a
21 changed files with 263 additions and 41 deletions
+2 -9
View File
@@ -1,12 +1,12 @@
{
"name": "gameyfin",
"version": "2.0.0.beta4",
"version": "2.0.0.beta6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gameyfin",
"version": "2.0.0.beta4",
"version": "2.0.0.beta6",
"dependencies": {
"@heroui/react": "2.7.9",
"@material-tailwind/react": "^2.1.10",
@@ -33,7 +33,6 @@
"@vaadin/vaadin-usage-statistics": "2.1.3",
"classnames": "^2.5.1",
"construct-style-sheets-polyfill": "3.1.0",
"cron-validator": "^1.3.1",
"date-fns": "2.29.3",
"formik": "^2.4.6",
"framer-motion": "^12.5.0",
@@ -10300,12 +10299,6 @@
"url": "https://opencollective.com/core-js"
}
},
"node_modules/cron-validator": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/cron-validator/-/cron-validator-1.3.1.tgz",
"integrity": "sha512-C1HsxuPCY/5opR55G5/WNzyEGDWFVG+6GLrA+fW/sCTcP6A6NTjUP2AK7B8n2PyFs90kDG2qzwm8LMheADku6A==",
"license": "MIT"
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",