summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 82eda6b..062355a 100644
--- a/menu.c
+++ b/menu.c
@@ -342,7 +342,7 @@ int cMenuDb::initDb()
selectRecordingsGrouped->build("select ");
selectRecordingsGrouped->bind("CATEGORY", cDBS::bndOut);
- selectRecordingsGrouped->bind("GENRE", cDBS::bndOut);
+ selectRecordingsGrouped->bind("GENRE", cDBS::bndOut, ", ");
selectRecordingsGrouped->build(" from %s where ", recordingListDb->TableName());
selectRecordingsGrouped->build(" (%s <> 'D' or %s is null)",
recordingListDb->getField("STATE")->getDbName(),