diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 14:43:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-01-09 14:43:38 +0000 |
| commit | 87d37a9bdee6d18511878739f3e397423539d17b (patch) | |
| tree | 2dac69de354107dec42f3209127550a722a03c27 | |
| parent | 61f5091dfbcd7dcab776eadafc6f9b1704d52334 (diff) | |
| download | qmmp-87d37a9bdee6d18511878739f3e397423539d17b.tar.gz qmmp-87d37a9bdee6d18511878739f3e397423539d17b.tar.bz2 qmmp-87d37a9bdee6d18511878739f3e397423539d17b.zip | |
fixed title update
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4681 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmpui/qmmpuisettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/qmmpuisettings.cpp b/src/qmmpui/qmmpuisettings.cpp index 67e5c0559..9ab4abfee 100644 --- a/src/qmmpui/qmmpuisettings.cpp +++ b/src/qmmpui/qmmpuisettings.cpp @@ -134,7 +134,7 @@ void QmmpUiSettings::setTitleFormat(const QString &titleFormat) m_title_format = titleFormat; foreach(PlayListModel *model, PlayListManager::instance()->playLists()) { - model->doCurrentVisibleRequest(); + model->updateMetaData(); } } } |
