From d844079fbfa0ae3453717292a74c576d21951d2c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 30 Oct 2020 08:30:56 +0000 Subject: history: fixed regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9542 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/history/history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/General/history/history.cpp b/src/plugins/General/history/history.cpp index 0f0c4249f..858e751c0 100644 --- a/src/plugins/General/history/history.cpp +++ b/src/plugins/General/history/history.cpp @@ -31,7 +31,7 @@ History::History(QObject *parent) : QObject(parent) { - m_previousState = Qmmp::Stopped; + m_core = SoundCore::instance(); connect(m_core, SIGNAL(trackInfoChanged()), SLOT(onTrackInfoChanged())); connect(m_core, SIGNAL(stateChanged(Qmmp::State)), SLOT(onStateChanged(Qmmp::State))); -- cgit v1.2.3-13-gbd6f