command: added command "rescan"
"rescan" is the same as "update", but it discards existing songs in the database.
This commit is contained in:
@@ -35,6 +35,6 @@ isUpdatingDB(void);
|
||||
* @return the job id, or 0 on error
|
||||
*/
|
||||
unsigned
|
||||
update_enqueue(const char *path);
|
||||
update_enqueue(const char *path, bool discard);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user