From 61f5091dfbcd7dcab776eadafc6f9b1704d52334 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 9 Jan 2015 14:38:02 +0000 Subject: added METADATA flag git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4680 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/playlistmodel.cpp') 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() -- cgit v1.2.3-13-gbd6f