X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aft.c;h=266188b5b370a3e7e3e8aaa092ca093aca7c6c04;hb=f0c195e0ee6baefae0046db0e10df2e45f72ca41;hp=9f39d705620ee5b3b0e5e784b099730b078350e9;hpb=fa578bf1d070161cafcbcc69ca7b810414ee1a4b;p=paraslash.git diff --git a/aft.c b/aft.c index 9f39d705..266188b5 100644 --- a/aft.c +++ b/aft.c @@ -1124,6 +1124,7 @@ int open_and_update_audio_file(struct osl_row *aft_row, long score, new_afsi.last_played = time(NULL); save_afsi(&new_afsi, &afsi_obj); /* in-place update */ + afd->audio_format_id = old_afsi.audio_format_id; load_chunk_table(&afd->afhi, chunk_table_obj.data); ret = make_status_items(afd, &old_afsi, path, score, file_hash); if (ret < 0)