]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/track.py
Huge commit… Running last.fm track mode
[mpd-sima.git] / sima / lib / track.py
index 52d1ce2197ddd7e15d45144efbd9e9502cb492dc..87c96fc144fac9ca2b6ae0316d8e288fccc52d97 100644 (file)
@@ -27,7 +27,7 @@ import time
 class Track(object):
     """
     Track object.
-    Instanciate with mpd replies.
+    Instanciate with Player replies.
     """
 
     def __init__(self, file=None, time=0, pos=0, **kwargs):