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
  • Loading branch information
zakkarry committed Jan 8, 2024
1 parent 7561ac5 commit e5213a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion retraktarr/api/trakt.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ def del_from_list(
}
else:
needed_ids = set(arr_ids)

else:
needed_ids = set(arr_ids)
extra_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 e5213a5

Please sign in to comment.