Remove dead Last.fm track ban
This commit is contained in:
parent
f9a8bf3dae
commit
85bf9f9928
|
@ -2052,11 +2052,6 @@ class Track(_Opus):
|
|||
|
||||
self._request(self.ws_prefix + '.unlove')
|
||||
|
||||
def ban(self):
|
||||
"""Ban this track from ever playing on the radio. """
|
||||
|
||||
self._request(self.ws_prefix + '.ban')
|
||||
|
||||
def get_similar(self):
|
||||
"""
|
||||
Returns similar tracks for this track on the network,
|
||||
|
|
Loading…
Reference in a new issue