From 85bf9f9928272a0c3c95b964413c4a83677d1ac1 Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 19 Oct 2017 23:36:00 +0300 Subject: [PATCH] Remove dead Last.fm track ban --- pylast/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index e74c247..06fe302 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -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,