diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-17 21:51:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-17 21:51:21 +0000 |
| commit | 154b3d11a993eb78382232fceb5b89e848828223 (patch) | |
| tree | cd2f166d05b6c1a2b3916a280af2ed6aebc7f974 /src/plugins/Input/mpeg | |
| parent | 3021fc4597ce8099bae268b7ad8cae4ac372bcdc (diff) | |
| download | qmmp-154b3d11a993eb78382232fceb5b89e848828223.tar.gz qmmp-154b3d11a993eb78382232fceb5b89e848828223.tar.bz2 qmmp-154b3d11a993eb78382232fceb5b89e848828223.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9824 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 bbe937e19..09e88cad9 100644 --- a/src/plugins/Input/mpeg/mpegmetadatamodel.cpp +++ b/src/plugins/Input/mpeg/mpegmetadatamodel.cpp @@ -415,7 +415,7 @@ void MpegFileTagModel::save() { if(m_tag) #if((TAGLIB_MAJOR_VERSION == 1) &&(TAGLIB_MINOR_VERSION <= 11)) - m_file->save(m_tagType, false); + m_file->save(m_type, false); #else m_file->save(m_type, TagLib::File::StripNone, TagLib::ID3v2::Version::v4, TagLib::File::DoNotDuplicate); #endif |
