summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/loopcontrol.cpp
authorllornkcor <llornkcor>2002-04-21 12:59:29 (UTC)
committer llornkcor <llornkcor>2002-04-21 12:59:29 (UTC)
commit1c7b8ce5b548a414845b873428bf5a6b36eebb83 (patch) (side-by-side diff)
treea87a17860a1b0454154bd2c4874cb61c01c7db11 /core/multimedia/opieplayer/loopcontrol.cpp
parentc7a23ea04b627db855934fac5061d7e291cdf230 (diff)
downloadopie-1c7b8ce5b548a414845b873428bf5a6b36eebb83.zip
opie-1c7b8ce5b548a414845b873428bf5a6b36eebb83.tar.gz
opie-1c7b8ce5b548a414845b873428bf5a6b36eebb83.tar.bz2
hide slider when streaming
Diffstat (limited to 'core/multimedia/opieplayer/loopcontrol.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/loopcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/multimedia/opieplayer/loopcontrol.cpp b/core/multimedia/opieplayer/loopcontrol.cpp
index 15175d0..01596a0 100644
--- a/core/multimedia/opieplayer/loopcontrol.cpp
+++ b/core/multimedia/opieplayer/loopcontrol.cpp
@@ -247,8 +247,8 @@ void LoopControl::startAudio() {
// }
audioDevice->write( audioBuffer, samplesRead * 2 * channels );
- if( mediaPlayerState->isStreaming == FALSE);
+// if( mediaPlayerState->isStreaming == FALSE)
audioSampleCounter = currentSample + samplesRead - 1;
moreAudio = readOk && (audioSampleCounter <= total_audio_samples);