From da0d54137d91c36f24bf1e1a76f11f7d8a393a0c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 Apr 2021 20:58:34 +0000 Subject: update groups after playlist updating git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9798 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/qmmpui/playlistmodel.cpp') diff --git a/src/qmmpui/playlistmodel.cpp b/src/qmmpui/playlistmodel.cpp index 2f8cf0cbd..4c87225fb 100644 --- a/src/qmmpui/playlistmodel.cpp +++ b/src/qmmpui/playlistmodel.cpp @@ -987,6 +987,10 @@ void PlayListModel::onTaskFinished() emit listChanged(flags); } + else + { + emit listChanged(METADATA); + } } } -- cgit v1.2.3-13-gbd6f