From fa134cf9e16f53bc8baca11370219b8b0c7ded61 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 17 Oct 2010 08:18:10 +0000 Subject: fixed bug with 'next' command git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1943 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/mediaplayer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/qmmpui/mediaplayer.cpp b/src/qmmpui/mediaplayer.cpp index 69a3bbd56..721a71ae8 100644 --- a/src/qmmpui/mediaplayer.cpp +++ b/src/qmmpui/mediaplayer.cpp @@ -157,8 +157,7 @@ void MediaPlayer::next() } if (m_core->state() != Qmmp::Stopped) { - if (m_core->state() == Qmmp::Paused) - stop(); + stop(); play(); } } -- cgit v1.2.3-13-gbd6f