Make windows slashed playlists work on unix (and vice versa)

This commit is contained in:
Ron Pedde
2006-05-24 04:53:44 +00:00
parent b0f3a6efb9
commit a9cb506963
2 changed files with 20 additions and 2 deletions

View File

@@ -463,6 +463,8 @@ int main(int argc, char *argv[]) {
DPRINTF(E_LOG,L_MAIN,"Scanned %d songs in %d seconds\n",song_count,
end_time-start_time);
config.reload = 1; /* force a reload on start */
while(!config.stop) {
if((conf_get_int("general","rescan_interval",0) &&
(rescan_counter > conf_get_int("general","rescan_interval",0)))) {