Skip to content

Commit

Permalink
Fix the "By Album" SQL query for UPNP Music
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyFoxx committed Jun 1, 2011
1 parent f4827b1 commit 31ad01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/upnpcdsmusic.cpp
Expand Up @@ -77,7 +77,7 @@ This is currently broken... need to handle list of items with single parent (lik
"%1 "
"GROUP BY a.album_id "
"ORDER BY a.album_name",
"WHERE song.album_id=:KEY", "song.album_name" },
"WHERE song.album_id=:KEY", "album.album_name" },
/*
{ "By Artist",
Expand Down

0 comments on commit 31ad01a

Please sign in to comment.