aboutsummaryrefslogtreecommitdiff
path: root/src/idop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idop.c')
-rw-r--r--src/idop.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/idop.c b/src/idop.c
index 7b7f978..c953836 100644
--- a/src/idop.c
+++ b/src/idop.c
@@ -163,9 +163,7 @@ del_tags(const char *name)
tag = id3_file_tag(file);
if (!tag)
abort(); /* FIXME */
- id3_tag_options(tag,
- ID3_TAG_OPTION_ID3V1|ID3_TAG_OPTION_NO_ID3V2,
- ID3_TAG_OPTION_NO_ID3V2);
+ id3_tag_clearframes(tag);
safe_id3_file_update_and_close(file);
}

Return to:

Send suggestions and report system problems to the System administrator.