diff --git a/src/extractors/taglibextractor.cpp b/src/extractors/taglibextractor.cpp --- a/src/extractors/taglibextractor.cpp +++ b/src/extractors/taglibextractor.cpp @@ -478,7 +478,7 @@ data.language += (*itMPC).second.toString(); } - itMPC = lstMusepack.find("DISCNUMBER"); + itMPC = lstMusepack.find("DISC"); if (itMPC != lstMusepack.end()) { data.discNumber = (*itMPC).second.toString().toInt(); }