Skip to content

Commit

Permalink
Add watch progress syncing option
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 6, 2024
1 parent b2d1925 commit 0f82444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plextraktsync/commands/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def sync(
movies = sync_option in ["all", "movies"]
shows = sync_option in ["all", "tv", "shows"]
watchlist = sync_option in ["all", "watchlist"]
progress = sync_option in ["all", "progress"]

config = factory.run_config.update(
dry_run=dry_run,
Expand Down

0 comments on commit 0f82444

Please sign in to comment.