fix(plextraktsync): cron type does not work (#3811)
This commit is contained in:
@@ -28,4 +28,4 @@ sources:
|
|||||||
- https://github.com/Taxel/PlexTraktSync
|
- https://github.com/Taxel/PlexTraktSync
|
||||||
- https://ghcr.io/taxel/plextraktsync
|
- https://ghcr.io/taxel/plextraktsync
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
|
|||||||
@@ -27,13 +27,8 @@ questions:
|
|||||||
label: Schedule
|
label: Schedule
|
||||||
description: How often to run the task
|
description: How often to run the task
|
||||||
schema:
|
schema:
|
||||||
type: cron
|
type: string
|
||||||
default:
|
default: "0 */6 * * *"
|
||||||
minute: "0"
|
|
||||||
hour: "*/6"
|
|
||||||
dom: "*"
|
|
||||||
month: "*"
|
|
||||||
dow: "*"
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
# Include{serviceExpertRoot}
|
# Include{serviceExpertRoot}
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user