aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Engines
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-04-12 17:24:13 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-04-12 17:24:13 +0000
commit76510e6e6f62690ef6fdd6506f4d0ed8f79529b9 (patch)
treeeb8d2533d8887c311ad0f2bcd31a5ed3d9754a8a /src/plugins/Engines
parent822362d5485aa8b165f6d37598399d3bdd7e7d84 (diff)
downloadqmmp-76510e6e6f62690ef6fdd6506f4d0ed8f79529b9.tar.gz
qmmp-76510e6e6f62690ef6fdd6506f4d0ed8f79529b9.tar.bz2
qmmp-76510e6e6f62690ef6fdd6506f4d0ed8f79529b9.zip
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2156 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Engines')
-rw-r--r--src/plugins/Engines/mplayer/mplayerengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerengine.cpp b/src/plugins/Engines/mplayer/mplayerengine.cpp
index 7471cc6cd..e08e9642f 100644
--- a/src/plugins/Engines/mplayer/mplayerengine.cpp
+++ b/src/plugins/Engines/mplayer/mplayerengine.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2009 by Ilya Kotov *
+ * Copyright (C) 2008-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -246,4 +246,5 @@ void MplayerEngine::startMplayerProcess()
delete info;
m_source->deleteLater();
m_source = 0;
+ m_currentTime = 0;
}