X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fplayer.py;h=37b3c7202dc392b842e25ff783effd34a7c6081f;hb=5adf0b495521a6f15f208474a026c088476e5018;hp=6b6d2cba4dec19ff4cd19039f9a1ac4c3c8ced9e;hpb=78a694ddcd2a6ecc8b2b1fd3c74ee2d938707305;p=mpd-sima.git diff --git a/sima/lib/player.py b/sima/lib/player.py index 6b6d2cb..37b3c72 100644 --- a/sima/lib/player.py +++ b/sima/lib/player.py @@ -57,6 +57,10 @@ class Player(object): """ raise NotImplementedError + def clean(self): + """Any cleanup necessary""" + pass + def remove(self, position=0): """Removes the oldest element of the playlist (index 0) """