Remove dead Last.fm track ban

This commit is contained in:
hugovk 2017-10-19 23:36:00 +03:00
parent f9a8bf3dae
commit 85bf9f9928

View file

@ -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,