diff --git a/README.md b/README.md index 70c6680..c3fe3dc 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **27.07.24:** - Add ̀`sync` command to `plextraktsync` in cron file per deprecation warning of running without a command. * **28.05.24:** - Rebase to alpine 3.20. * **16.05.23:** - Rebase to alpine 3.18, deprecate arm32v7 (armhf) per [this notice](https://info.linuxserver.io/issues/2023-05-06-armhf/). * **24.07.22:** - Check for `config.yml` instead of the deprecated `config.json`. diff --git a/root/defaults/abc b/root/defaults/abc index e2e9372..6c9d95b 100644 --- a/root/defaults/abc +++ b/root/defaults/abc @@ -1,2 +1,2 @@ # min hour day month weekday command -0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync \ No newline at end of file +0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync sync