megawubs / trakt-api-wrapper

A Object Oriented PHP wrapper for the trakt api
34 stars 19 forks source link

limit not working #17

Closed m-vdv closed 9 years ago

m-vdv commented 9 years ago

Setting a limit on the history call isn't working:

$trakt->users->withImages()->limit(50)->history(...

Limit set to 50, but only get the default 10.

megawubs commented 9 years ago

This should be fixed in the latest release 6dea5a2

m-vdv commented 9 years ago

Perfect! thanks