* Fix inotify handling of playlist modifications. (SF bug #3288710)
This commit is contained in:
@ -95,7 +95,7 @@ fill_playlists()
|
||||
struct stat file;
|
||||
char type[4];
|
||||
sqlite_int64 plID, detailID;
|
||||
char sql_buf[1024] = "SELECT ID, NAME, PATH from PLAYLISTS where ITEMS > FOUND";
|
||||
char sql_buf[] = "SELECT ID, NAME, PATH from PLAYLISTS where ITEMS > FOUND";
|
||||
|
||||
if( sql_get_table(db, sql_buf, &result, &rows, NULL) != SQLITE_OK )
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user