--- mythmusic/mythmusic/playlist.cpp	2009-05-20 08:12:59.000000000 -0600
+++ mythmusic_new/mythmusic/playlist.cpp	2009-05-20 08:14:57.000000000 -0600
@@ -334,7 +334,7 @@
                   "WHERE playlist_name != :DEFAULT"
                   " AND playlist_name != :BACKUP "
                   " AND (hostname = '' OR hostname = :HOST) "
-                  "ORDER BY playlist_id;");
+                  "ORDER BY playlist_name;");
     query.bindValue(":DEFAULT", "default_playlist_storage");
     query.bindValue(":BACKUP", "backup_playlist_storage"); 
     query.bindValue(":HOST", my_host);
