X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fplayer.py;h=ea57255f4713c6a6026c78ec11de625839ea31c1;hb=db5532225efcefa95d24960f7ab42360de96a0a4;hp=6b6d2cba4dec19ff4cd19039f9a1ac4c3c8ced9e;hpb=78a694ddcd2a6ecc8b2b1fd3c74ee2d938707305;p=mpd-sima.git diff --git a/sima/lib/player.py b/sima/lib/player.py index 6b6d2cb..ea57255 100644 --- a/sima/lib/player.py +++ b/sima/lib/player.py @@ -24,9 +24,6 @@ # standard library import import logging -# local import -#from sima.lib.track import Track - class Player(object): """Player interface to inherit from. @@ -57,6 +54,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) """