summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/dummyplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/dummyplayer.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/dummyplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/dummyplayer.cpp b/src/3rdparty/phonon/mmf/dummyplayer.cpp
index 9154984..d9e836d 100644
--- a/src/3rdparty/phonon/mmf/dummyplayer.cpp
+++ b/src/3rdparty/phonon/mmf/dummyplayer.cpp
@@ -73,7 +73,7 @@ bool MMF::DummyPlayer::isSeekable() const
Phonon::State MMF::DummyPlayer::state() const
{
- return Phonon::StoppedState;
+ return Phonon::LoadingState;
}
qint64 MMF::DummyPlayer::currentTime() const