From 0f82444132efd61cf60c68e8f9e7b93286a652b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 6 Apr 2024 15:27:42 +0300 Subject: [PATCH] Add watch progress syncing option --- plextraktsync/commands/sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plextraktsync/commands/sync.py b/plextraktsync/commands/sync.py index e688c29fd1..c79f414b6a 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,