fix(plextraktsync): cron type does not work (#3811)

This commit is contained in:
Stavros Kois
2022-09-18 20:30:59 +03:00
committed by GitHub
parent e42a19f645
commit 297e365088
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ sources:
- https://github.com/Taxel/PlexTraktSync
- https://ghcr.io/taxel/plextraktsync
type: application
version: 1.0.0
version: 1.0.1
@@ -27,13 +27,8 @@ questions:
label: Schedule
description: How often to run the task
schema:
type: cron
default:
minute: "0"
hour: "*/6"
dom: "*"
month: "*"
dow: "*"
type: string
default: "0 */6 * * *"
# Include{containerConfig}
# Include{serviceExpertRoot}
default: false