fixed return type coersion for list command

--HG--
extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%40189
This commit is contained in:
adrian.sampson 2009-04-05 20:52:23 +00:00
parent 52f791c551
commit 084b531ba6

View file

@ -941,7 +941,7 @@ class Server(BaseServer):
c.execute(statement, subvals)
for row in c:
conn.send(show_tag + ': ' + row[0])
conn.send(show_tag + ': ' + unicode(row[0]))
def cmd_count(self, conn, tag, value):
"""Returns the number and total time of songs matching the