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

IMDB id's don't return SimilarMovies, TMDb counterparts do. #19

Closed
LordMike opened this issue Sep 29, 2013 · 1 comment
Closed

IMDB id's don't return SimilarMovies, TMDb counterparts do. #19

LordMike opened this issue Sep 29, 2013 · 1 comment
Labels
Milestone

Comments

@LordMike
Copy link
Collaborator

Movie item1 = client.GetMovie("tt1979320", MovieMethods.SimilarMovies);
Movie item2 = client.GetMovie(96721, MovieMethods.SimilarMovies);

The above code will have the SimilarMovies property populated when using TMDb Id's, but not while using IMDB Id's

LordMike added a commit that referenced this issue Sep 29, 2013
TMDb had som irregular behaviour when requesting changes for IMDB Id's (see issue #19)
Fixed HTTP object leakage in TestHelpers.cs/InternetUriExists()
Fixed date format issue in TMDbClientPeople.cs/GetPersonChanges()
@LordMike LordMike modified the milestone: Undetermined Jun 15, 2015
@LordMike
Copy link
Collaborator Author

Not an issue in current master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant