Add track.unlove, closes #65

This commit is contained in:
hugovk 2014-03-01 15:57:00 +02:00
parent 4ae2e08539
commit 50bb692383
2 changed files with 40 additions and 0 deletions

View file

@ -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. """