]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/player.py
Fixed SIGHUP issue hopefully.
[mpd-sima.git] / sima / lib / player.py
index 6b6d2cba4dec19ff4cd19039f9a1ac4c3c8ced9e..37b3c7202dc392b842e25ff783effd34a7c6081f 100644 (file)
@@ -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)
         """