diff --git a/plextraktsync/commands/sync.py b/plextraktsync/commands/sync.py index e688c29fd10..c79f414b6ae 100644 --- a/plextraktsync/commands/sync.py +++ b/plextraktsync/commands/sync.py @@ -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,