Tagreader: Fix comment

This commit is contained in:
Jonas Kvinge
2022-01-06 00:08:48 +01:00
parent 15be227920
commit 31fa60884f

View File

@@ -862,7 +862,7 @@ QByteArray TagReaderTagLib::LoadEmbeddedArt(const QString &filename) const {
} }
} }
// Ogg Vorbis / Vorbis / Speex // Ogg Vorbis / Opus / Speex
if (TagLib::Ogg::XiphComment *xiph_comment = dynamic_cast<TagLib::Ogg::XiphComment*>(fileref.file()->tag())) { if (TagLib::Ogg::XiphComment *xiph_comment = dynamic_cast<TagLib::Ogg::XiphComment*>(fileref.file()->tag())) {
TagLib::Ogg::FieldListMap map = xiph_comment->fieldListMap(); TagLib::Ogg::FieldListMap map = xiph_comment->fieldListMap();