Radarr / RadarrAPI.TMDB

Backend Stuff for Radarr regarding TMDB (Discover, lists, Mappings, etc.)
11 stars 2 forks source link

Radarr imdb popular api limit query parameter does not work #13

Open jonathann92 opened 6 years ago

jonathann92 commented 6 years ago

https://api.radarr.video/v2/imdb/popular?limit=5

Going to the link above it does not limit the movies to any number

Apollorion commented 6 years ago

@galli-leo So I fixed this, but I had to remove the caching you had in place. Not sure if thats acceptable or not. Let me know and I can submit a pull request. Changed Helpers.php and IMDBController.php.

https://github.com/Jiinxt/RadarrAPI.TMDB/commit/a0447dce64305d8dd4418bddc08c9ef24b314dc2

Also note that I dont yet have IMDBWS.com API creds, so I used test data that I manually created based on what youre filtering through.

Hezkore commented 6 years ago

This still isn't working?

galli-leo commented 6 years ago

Yeah, haven't had time to debug it. Btw. even with removed cache, @Jiinxt fix didn't work, I think it's something with TMDB's api.

Heavyknights commented 5 years ago

Is this issue ever going to get fixed?