Fix playlist count problem

This commit is contained in:
Ron Pedde 2006-01-05 15:35:36 +00:00
parent 1418a64dc9
commit 60555d9f8d

View File

@ -771,7 +771,7 @@ int db_sql_update_playlists(char **pe) {
}
/* now, let's walk through the table */
err = db_sqlite2_enum_begin(pe,"select * from playlistitems");
err = db_sqlite2_enum_begin(pe,"select * from playlists");
if(err != DB_E_SUCCESS)
return err;