Skip to content

Commit

Permalink
fix(hypercube): Disable Plex/Trakt watchlist sync
Browse files Browse the repository at this point in the history
Disabled until the following issue is fixed:

    - Taxel/PlexTraktSync#1247
  • Loading branch information
rfgamaral committed Dec 17, 2022
1 parent c60e2f3 commit be4e6ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ sync:
collection: false
ratings: false
watched_status: true
watchlist: true
watchlist: false
trakt_to_plex:
liked_lists: false
ratings: true
watched_status: true
watchlist: true
watchlist: false
watchlist_as_playlist: false

watch:
Expand Down

0 comments on commit be4e6ea

Please sign in to comment.