From 809088d8317a7b7013f7d97c42b0be9ce68ab6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 4 May 2024 11:44:10 +0300 Subject: [PATCH] Update TraktListsPlugin run conditions --- plextraktsync/sync/TraktListsPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plextraktsync/sync/TraktListsPlugin.py b/plextraktsync/sync/TraktListsPlugin.py index 6a39d37b17..66b7c67593 100644 --- a/plextraktsync/sync/TraktListsPlugin.py +++ b/plextraktsync/sync/TraktListsPlugin.py @@ -25,7 +25,7 @@ def enabled(config): # LikedListsPlugin config.sync_liked_lists, # WatchListPlugin - config.sync_watchlists, + config.update_plex_wl_as_pl, ]) @classmethod