Skip to content

Quickest way to add items to userlist #79

Description

@masterjg

Is this the quickest route to add items to userlist?

from trakt.users import User, UserList

random_list: UserList = User("xxx").get_list("yyy")
random_list.add_items(....)

If yes, then why it takes so long to load UserList (random_list: UserList = User("xxx").get_list("yyy"))? Could it be that on init somewhere it tries to populate items of the list even though I'm not calling .get_items() method anywhere?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions