diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 14:38:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 14:38:02 +0000 |
| commit | 61f5091dfbcd7dcab776eadafc6f9b1704d52334 (patch) | |
| tree | 23727166b42a427590c709efa0e6929ddc2fe596 /src/qmmpui/playlistmodel.cpp | |
| parent | a37bc1f38ef32f8e382682e3b7df16fa8a2f8d20 (diff) | |
| download | qmmp-61f5091dfbcd7dcab776eadafc6f9b1704d52334.tar.gz qmmp-61f5091dfbcd7dcab776eadafc6f9b1704d52334.tar.bz2 qmmp-61f5091dfbcd7dcab776eadafc6f9b1704d52334.zip | |
added METADATA flag
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4680 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 1a5f61d55..32e0619ff 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -836,7 +836,7 @@ void PlayListModel::prepareGroups(bool enabled) void PlayListModel::updateMetaData() { - emit listChanged(STRUCTURE); + emit listChanged(METADATA); } void PlayListModel::onTaskFinished() |
