pylast/src/pylast
Chandler Swift 4e645ca134
Set get_top_tracks limit even if it's None
To get an unlimited number of top tracks, `_get_things` expects
`params['limit']` to be set to `None`. However, this can't happen here
because `None` is falsy.

Fixes #366.
2021-04-27 15:29:26 -05:00
..
__init__.py Set get_top_tracks limit even if it's None 2021-04-27 15:29:26 -05:00