zukebox playlist
authorAndre L. V. Loureiro <loureiro.andrew@gmail.com>
Wed, 20 May 2009 04:13:01 +0000 (00:13 -0400)
committerAndré L. V. Loureiro <loureiro.andrew@gmail.com>
Fri, 29 May 2009 23:02:57 +0000 (19:02 -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)