spacepandas / cineaste-ios

An iOS application to manage movies you would like to see and movies you have seen.
Apache License 2.0
32 stars 11 forks source link

Movie added to Watchlist misses runtime #126

Closed fbernutz closed 4 years ago

fbernutz commented 4 years ago

Describe the bug After adding a movie to watchlist, it misses some information as runtime (this is displayed in the UI, so we can see it's missing).

To Reproduce Steps to reproduce the behavior:

  1. Go to Search
  2. Click on a movie and add it to watchlist
  3. Go to watchlist and see information of runtime is missing

Expected behavior All information are loaded from the internet when adding the movie to watchlist (or history)

Additional context After using pull-to-refresh on watchlist, all missing information (for movie detail) are loaded and displayed.