Reaaranged the signature of get_top_albums for backward compatibility

This commit is contained in:
Mark Protas 2018-07-16 12:25:54 -04:00
parent 16b75e14df
commit 70cfbc7bda

View file

@ -1788,7 +1788,7 @@ class Artist(_BaseObject, _Taggable):
return artists return artists
def get_top_albums(self, limit=None, page=1, cacheable=True): def get_top_albums(self, limit=None, cacheable=True, page=1):
"""Returns a list of the top albums.""" """Returns a list of the top albums."""
params = self._get_params() params = self._get_params()
if limit: if limit: