diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-05 20:58:34 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-05 20:58:34 +0000 |
| commit | da0d54137d91c36f24bf1e1a76f11f7d8a393a0c (patch) | |
| tree | 24eb1a07f548f9cec45553c1323732dadbc21206 /src/qmmpui/playlistmodel.cpp | |
| parent | b118a6c4c32f35abf88e47b8f469714bae33829a (diff) | |
| download | qmmp-da0d54137d91c36f24bf1e1a76f11f7d8a393a0c.tar.gz qmmp-da0d54137d91c36f24bf1e1a76f11f7d8a393a0c.tar.bz2 qmmp-da0d54137d91c36f24bf1e1a76f11f7d8a393a0c.zip | |
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
Diffstat (limited to 'src/qmmpui/playlistmodel.cpp')
| -rw-r--r-- | src/qmmpui/playlistmodel.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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); + } } } |
