Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when $Object.Year is not valid when adding to a UserCustomList #173

Closed
TheUltimateC0der opened this issue Aug 17, 2020 · 0 comments · Fixed by #174
Closed

Exception when $Object.Year is not valid when adding to a UserCustomList #173

TheUltimateC0der opened this issue Aug 17, 2020 · 0 comments · Fixed by #174

Comments

@TheUltimateC0der
Copy link

I noticed that there are a not needed checks, that throw exceptions when a Movie/Show has the Year property not set.

Only the ID (Trakt, Imdb, $Whatever) of the object is needed for adding it to a list (https://trakt.docs.apiary.io/#reference/users/list-items/add-items-to-custom-list)

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