You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used GetMovieAsync I noticed that for some movie IDs it returns an empty object.
This is an example: var movie = client.GetMovieAsync(230).Result;
Is this methond valid only for some movies or what is the problem ?
The text was updated successfully, but these errors were encountered:
When I used
GetMovieAsync
I noticed that for some movie IDs it returns an empty object.This is an example:
var movie = client.GetMovieAsync(230).Result;
Is this methond valid only for some movies or what is the problem ?
The text was updated successfully, but these errors were encountered: