diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-14 16:26:53 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-14 16:26:53 +0000 |
| commit | 60bb34a85422d643c81fec38d79bce0818fcf189 (patch) | |
| tree | 82cfa5c43c087baa5f9ad0e13dc90cf37d125cce /src/plugins/General | |
| parent | af051c514f452a6473f0335cc1a1121e4076a4aa (diff) | |
| download | qmmp-60bb34a85422d643c81fec38d79bce0818fcf189.tar.gz qmmp-60bb34a85422d643c81fec38d79bce0818fcf189.tar.bz2 qmmp-60bb34a85422d643c81fec38d79bce0818fcf189.zip | |
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
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/rgscan/rgscandialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
