X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fplayer.py;h=37b3c7202dc392b842e25ff783effd34a7c6081f;hb=4f1b17d6b72946b60f79b8c3f5fa5557710b9aac;hp=6b6d2cba4dec19ff4cd19039f9a1ac4c3c8ced9e;hpb=4414e379aa08c465416d5f2bdbc4e9292170f6d8;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) """