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

Change how show data is loaded and prepared from trakt.tv during a sync... #160

Merged
merged 1 commit into from
Feb 21, 2014

Conversation

nate1280
Copy link
Contributor

During a sync (TV Show) change how data is handled from trakt.tv.

Instead of reformatting data in place, create a new array, this allows for checking of invalid shows.

An example would be, if a show has no title, no IMDB ID, and no TVDB ID. This will cause the plugin to crash.

Not sure how a show could be in someone's collection with that criteria, but it has happened.

Changes

During sync, when getting show data from trakt.tv build the list instead of reformatting inplace, this allows for checks to be done against impossible shows (a show with no title, imdb id and tvdb id for now)

During sync, when getting show data from trakt.tv build the list instead of reformatting inplace, this allows for checks to be done against impossible shows (a show with no title, imdb id and tvdb id for now)
rectifyer added a commit that referenced this pull request Feb 21, 2014
Change  how show data is loaded and prepared from trakt.tv during a sync...
@rectifyer rectifyer merged commit 3ab5530 into trakt:master Feb 21, 2014
@nate1280 nate1280 deleted the handle_empty_shows branch February 21, 2014 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants