Skip to content

Commit

Permalink
type added to Userlist
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc56 committed Jun 18, 2022
1 parent 8a6d4f1 commit 9afbfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def unfollow(user_name):
yield 'users/{username}/follow'.format(username=slugify(user_name))


class UserList(namedtuple('UserList', ['name', 'description', 'privacy',
class UserList(namedtuple('UserList', ['name', 'description', 'privacy', 'type',
'display_numbers', 'allow_comments',
'sort_by', 'sort_how', 'created_at',
'updated_at', 'item_count',
Expand Down

0 comments on commit 9afbfb0

Please sign in to comment.