fix(i18n): fixed jellyfin jobs

This commit is contained in:
Daniel Fendrich
2023-07-28 15:49:48 +02:00
parent da2d8fe35b
commit 7eed23637d
14 changed files with 24 additions and 24 deletions

View File

@@ -263,8 +263,8 @@ export type JobId =
| 'sonarr-scan'
| 'download-sync'
| 'download-sync-reset'
| 'jellyfin-recently-added-sync'
| 'jellyfin-full-sync'
| 'jellyfin-recently-added-scan'
| 'jellyfin-full-scan'
| 'image-cache-cleanup'
| 'availability-sync';
@@ -446,10 +446,10 @@ class Settings {
'download-sync-reset': {
schedule: '0 0 1 * * *',
},
'jellyfin-recently-added-sync': {
'jellyfin-recently-added-scan': {
schedule: '0 */5 * * * *',
},
'jellyfin-full-sync': {
'jellyfin-full-scan': {
schedule: '0 0 3 * * *',
},
'image-cache-cleanup': {