diff --git a/src/pylast/__init__.py b/src/pylast/__init__.py index 1341de0..40f7468 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -2531,8 +2531,7 @@ class User(_Chartable): params = self._get_params() params["period"] = period - if limit: - params["limit"] = limit + params["limit"] = limit return self._get_things("getTopTracks", Track, params, cacheable, stream=stream)