aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpuisettings.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-09 14:43:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-01-09 14:43:38 +0000
commit87d37a9bdee6d18511878739f3e397423539d17b (patch)
tree2dac69de354107dec42f3209127550a722a03c27 /src/qmmpui/qmmpuisettings.cpp
parent61f5091dfbcd7dcab776eadafc6f9b1704d52334 (diff)
downloadqmmp-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
Diffstat (limited to 'src/qmmpui/qmmpuisettings.cpp')
-rw-r--r--src/qmmpui/qmmpuisettings.cpp2
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();
}
}
}