Duplicates were added twice in force mode.
sprintf(score_buf, "%li ", d->score);
}
+ PARA_NOTICE_LOG("id: %s, %d\n", d->path, afsi->audio_format_id);
if (opts->mode == LS_MODE_LONG) {
para_printf(b,
"%s" /* score */
&objs[AFTCOL_CHUNKS]);
if (ret < 0)
return ret;
- ret = mood_update_audio_file(row, NULL);
- if (ret < 0)
- return ret;
+ return mood_update_audio_file(row, NULL);
}
/* new entry, use default afsi */
default_afsi.last_played = time(NULL) - 365 * 24 * 60 * 60;