xbmc / metadata.themoviedb.org.python

Other
46 stars 41 forks source link

Handle case where is_best function has multiple hits #62

Closed malaterre closed 3 years ago

malaterre commented 3 years ago

Previous code [best_first] would only move one of the them at the beginning.

For example:

https://api.themoviedb.org/3/search/movie?api_key=xyz&language=fr-FR&query=dragons&year=2010

rmrector commented 3 years ago

Cheers.