From 009e2e5c726047ec46fd3943f432a09416c2dfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 14 Jan 2024 21:14:53 +0200 Subject: [PATCH] Add lists_as_collection config --- plextraktsync/config.default.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plextraktsync/config.default.yml b/plextraktsync/config.default.yml index 47073d20eb..2dc301cf1f 100644 --- a/plextraktsync/config.default.yml +++ b/plextraktsync/config.default.yml @@ -66,6 +66,9 @@ sync: # If you prefer to fetch trakt watchlist as a playlist instead of # plex watchlist, toggle this to true (is read only if watchlist=true) watchlist_as_playlist: false + # If you prefer trakt lists being saved as collection rather playlist + lists_as_collection: false + # Setting for whether ratings from one platform should have priority. # Valid values are trakt, plex or none. (default: plex) # none - No rating priority. Existing ratings are not overwritten.