aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converter.cpp')
-rw-r--r--src/plugins/General/converter/converter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converter.cpp b/src/plugins/General/converter/converter.cpp
index b81d4146e..37a157814 100644
--- a/src/plugins/General/converter/converter.cpp
+++ b/src/plugins/General/converter/converter.cpp
@@ -265,7 +265,7 @@ void Converter::run()
if(full_path.endsWith(".mp3", Qt::CaseInsensitive))
{
TagLib::MPEG::File *mpeg_file = dynamic_cast <TagLib::MPEG::File *> (file.file());
- mpeg_file->save(TagLib::MPEG::File::ID3v2, true);
+ mpeg_file->save(TagLib::MPEG::File::ID3v2, TagLib::File::StripOthers);
}
else
file.save();