diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-06-22 19:00:17 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-06-22 19:00:17 +0000 |
| commit | edb9ee8716dbfcb5a6c84ec66a429f8d845d182c (patch) | |
| tree | 2a5e5f6f0e9a4b4b39cc960fd75010440b84c492 /src/plugins/Input/mpeg | |
| parent | bc0fecaaaa09dbf496f93cdc353b13b0677a93a4 (diff) | |
| download | qmmp-edb9ee8716dbfcb5a6c84ec66a429f8d845d182c.tar.gz qmmp-edb9ee8716dbfcb5a6c84ec66a429f8d845d182c.tar.bz2 qmmp-edb9ee8716dbfcb5a6c84ec66a429f8d845d182c.zip | |
mpeg: fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10096 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpeg')
| -rw-r--r-- | src/plugins/Input/mpeg/mpegmetadatamodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mpeg/mpegmetadatamodel.cpp b/src/plugins/Input/mpeg/mpegmetadatamodel.cpp index 09e88cad9..dea6dfdac 100644 --- a/src/plugins/Input/mpeg/mpegmetadatamodel.cpp +++ b/src/plugins/Input/mpeg/mpegmetadatamodel.cpp @@ -417,7 +417,7 @@ void MpegFileTagModel::save() #if((TAGLIB_MAJOR_VERSION == 1) &&(TAGLIB_MINOR_VERSION <= 11)) m_file->save(m_type, false); #else - m_file->save(m_type, TagLib::File::StripNone, TagLib::ID3v2::Version::v4, TagLib::File::DoNotDuplicate); + m_file->save(m_type, TagLib::File::StripNone, TagLib::ID3v2::v4, TagLib::File::DoNotDuplicate); #endif else m_file->strip(m_type); |
