Add track.unlove, closes #65
This commit is contained in:
parent
4ae2e08539
commit
50bb692383
2 changed files with 40 additions and 0 deletions
|
@ -2560,6 +2560,11 @@ class Track(_BaseObject, _Taggable):
|
|||
|
||||
self._request('track.love')
|
||||
|
||||
def unlove(self):
|
||||
"""Remove the track to the user's loved tracks. """
|
||||
|
||||
self._request('track.unlove')
|
||||
|
||||
def ban(self):
|
||||
"""Ban this track from ever playing on the radio. """
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue