mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
Fix playlist count problem
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user