zukebox playlist
authorAndre L. V. Loureiro <loureiro.andrew@gmail.com>
Wed, 20 May 2009 04:13:01 +0000 (00:13 -0400)
committerAndre L. V. Loureiro <loureiro.andrew@gmail.com>
Thu, 21 May 2009 20:39:10 +0000 (16:39 -0400)
zukebox_server/src/services/playlist/zukebox_playlist.py

index fe59630..04e0176 100644 (file)
@@ -43,7 +43,7 @@ class PlayList(list, dbus.service.Object):
 
     @dbus.service.method(DBUS_IFACE)
     def get_size(self):
-        """Return the size of playlist"""
+        """Return the current size of playlist"""
         return len(self)
 
     @dbus.service.method(DBUS_IFACE)