Skip to content

Commit

Permalink
fix(cat): cat parameter not setting needed ids properly
Browse files Browse the repository at this point in the history
potential fix for bug noted in #7

requires testing to confirm this is the cause
  • Loading branch information
zakkarry committed Jan 9, 2024
1 parent 7561ac5 commit d568bc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion retraktarr/api/trakt.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ def del_from_list(
}
else:
needed_ids = set(arr_ids)

else:
needed_ids = set(arr_ids)
# does some calculations on what the end list count would be
# compares to your trakt list limits
if (
Expand Down

0 comments on commit d568bc9

Please sign in to comment.