mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-29 15:19:38 +00:00
Using cron-parse lib to parse the cron expression. Cron-parse can handle with more scenarios.
This commit is contained in:
parent
e56164aa5a
commit
7c7a6df6e4
2 changed files with 5 additions and 61 deletions
|
|
@ -16,6 +16,7 @@
|
|||
"@nuxtjs/axios": "^5.13.6",
|
||||
"@nuxtjs/proxy": "^2.1.0",
|
||||
"core-js": "^3.16.0",
|
||||
"cron-parser": "^4.7.1",
|
||||
"date-fns": "^2.25.0",
|
||||
"epubjs": "^0.3.88",
|
||||
"hls.js": "^1.0.7",
|
||||
|
|
@ -36,4 +37,4 @@
|
|||
"postcss": "^8.3.6",
|
||||
"tailwindcss": "^3.1.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue