Skip to content

Commit 98176a7

Browse files
authored
Merge pull request #18 from appiekap653/appiekap653-patch-1
Add sync command, fix for deprecation of running without a command
2 parents 404b9a6 + cc78b3f commit 98176a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
197197

198198
## Versions
199199

200+
* **07.05.25:** - Add ̀`sync` command to `plextraktsync` in cron file per deprecation warning of running without a command.
200201
* **28.05.24:** - Rebase to alpine 3.20.
201202
* **16.05.23:** - Rebase to alpine 3.18, deprecate arm32v7 (armhf) per [this notice](https://info.linuxserver.io/issues/2023-05-06-armhf/).
202203
* **24.07.22:** - Check for `config.yml` instead of the deprecated `config.json`.

root/defaults/abc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# min hour day month weekday command
2-
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync
2+
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync sync

0 commit comments

Comments
 (0)