From 60bb34a85422d643c81fec38d79bce0818fcf189 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 14 Oct 2013 16:26:53 +0000 Subject: rgscan: do not strip id3v1/2 tags git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3780 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/rgscan/rgscandialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General') diff --git a/src/plugins/General/rgscan/rgscandialog.cpp b/src/plugins/General/rgscan/rgscandialog.cpp index 7f5832127..3bbe3a3cb 100644 --- a/src/plugins/General/rgscan/rgscandialog.cpp +++ b/src/plugins/General/rgscan/rgscandialog.cpp @@ -270,6 +270,6 @@ void RGScanDialog::on_writeButton_clicked() tag->addValue("REPLAYGAIN_ALBUM_GAIN", gainToString(item->info[Qmmp::REPLAYGAIN_ALBUM_GAIN])); tag->addValue("REPLAYGAIN_ALBUM_PEAK", peakToString(item->info[Qmmp::REPLAYGAIN_ALBUM_PEAK])); } - file.save(TagLib::MPEG::File::APE); + file.save(TagLib::MPEG::File::APE, false); } } -- cgit v1.2.3-13-gbd6f