From 084b531ba6d66c3d9bdc8e9c8f40bb6fbad50eca Mon Sep 17 00:00:00 2001 From: "adrian.sampson" Date: Sun, 5 Apr 2009 20:52:23 +0000 Subject: [PATCH] fixed return type coersion for list command --HG-- extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%40189 --- beets/player/bpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/player/bpd.py b/beets/player/bpd.py index d246827e2..dc713f21f 100755 --- a/beets/player/bpd.py +++ b/beets/player/bpd.py @@ -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