aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/gme/gmehelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/gme/gmehelper.cpp')
-rw-r--r--src/plugins/Input/gme/gmehelper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/gme/gmehelper.cpp b/src/plugins/Input/gme/gmehelper.cpp
index efcc58e22..c96e5ee2f 100644
--- a/src/plugins/Input/gme/gmehelper.cpp
+++ b/src/plugins/Input/gme/gmehelper.cpp
@@ -101,6 +101,7 @@ QList <FileInfo*> GmeHelper::createPlayList(bool meta)
track_info->length += m_fade_length;
if(meta)
{
+ info->setMetaData(Qmmp::ALBUM, track_info->game);
info->setMetaData(Qmmp::TITLE, track_info->song);
info->setMetaData(Qmmp::ARTIST, track_info->author);
info->setMetaData(Qmmp::COMMENT, track_info->comment);