Skip to content

Commit

Permalink
fixup! Add liked_lists_overrides SyncConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 1, 2024
1 parent e4559b6 commit d0ce161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/config/SyncConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def liked_lists_keep_watched(self):

@property
def liked_lists_overrides(self):
return self.liked_lists.get("overrides", {}),
return self.liked_lists.get("overrides", {})

@cached_property
def sync_playback_status(self):
Expand Down

0 comments on commit d0ce161

Please sign in to comment.