This commit is contained in:
parent
b1ed3eef5b
commit
d5866dac1b
|
@ -2289,6 +2289,7 @@ class User(BaseObject):
|
||||||
|
|
||||||
def getTopTracks(self, period = PERIOD_OVERALL):
|
def getTopTracks(self, period = PERIOD_OVERALL):
|
||||||
"""Returns the top tracks listened to by a user.
|
"""Returns the top tracks listened to by a user.
|
||||||
|
* period: The period of time. Possible values:
|
||||||
o PERIOD_OVERALL
|
o PERIOD_OVERALL
|
||||||
o PERIOD_3MONTHS
|
o PERIOD_3MONTHS
|
||||||
o PERIOD_6MONTHS
|
o PERIOD_6MONTHS
|
||||||
|
|
Loading…
Reference in a new issue