mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-30 01:03:44 -04:00
Fix playlist count problem
This commit is contained in:
parent
1418a64dc9
commit
60555d9f8d
@ -771,7 +771,7 @@ int db_sql_update_playlists(char **pe) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* now, let's walk through the table */
|
/* 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)
|
if(err != DB_E_SUCCESS)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user