From 5b725c1e9c1e12753d67dc3150025e5b1a8e5ecd Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 11 Oct 2009 08:46:39 +0000 Subject: fixed problem with threads git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1304 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/soundcore.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/qmmp/soundcore.cpp b/src/qmmp/soundcore.cpp index 66ec5bfcd..858878a08 100644 --- a/src/qmmp/soundcore.cpp +++ b/src/qmmp/soundcore.cpp @@ -80,6 +80,7 @@ bool SoundCore::play(const QString &source, bool queue) stop(); qApp->processEvents(QEventLoop::ExcludeUserInputEvents); } + MetaDataManager::instance(); //create metadata manager InputSource *s = InputSource::create(source, this); m_pendingSources.append(s); -- cgit v1.2.3-13-gbd6f