From 6426eb9f737cf2350d862b357206dc6fa2d5331b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 16 Sep 2011 20:55:38 +0000 Subject: fixed possible engine conflicts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2352 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/crossfade/crossfadeplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Effect/crossfade') diff --git a/src/plugins/Effect/crossfade/crossfadeplugin.cpp b/src/plugins/Effect/crossfade/crossfadeplugin.cpp index 8da9ee46f..eee8612ee 100644 --- a/src/plugins/Effect/crossfade/crossfadeplugin.cpp +++ b/src/plugins/Effect/crossfade/crossfadeplugin.cpp @@ -56,7 +56,7 @@ void CrossfadePlugin::applyEffect(Buffer *b) return; case CHECKING: //next source has been received and current engine will be used to play it - if(m_handler->nextEngine() == m_handler->currentEngine()) + if(SoundCore::instance()->nextTrackAccepted()) m_state = PREPARING; else return; -- cgit v1.2.3-13-gbd6f