aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio')
-rw-r--r--linden/indra/llaudio/audioengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llaudio/audioengine.cpp b/linden/indra/llaudio/audioengine.cpp
index 400e938..7bb65e9 100644
--- a/linden/indra/llaudio/audioengine.cpp
+++ b/linden/indra/llaudio/audioengine.cpp
@@ -201,6 +201,7 @@ void LLAudioEngine::startInternetStream(const std::string& url)
201 // Check for a dead stream, just in case 201 // Check for a dead stream, just in case
202 if(getStatus() == LLMediaBase::STATUS_DEAD) 202 if(getStatus() == LLMediaBase::STATUS_DEAD)
203 { 203 {
204 LL_INFOS("AudioEngine") << "don't play dead stream urls"<< llendl;
204 mInternetStreamURL.clear(); 205 mInternetStreamURL.clear();
205 mInternetStreamMedia->addCommand(LLMediaBase::COMMAND_STOP); 206 mInternetStreamMedia->addCommand(LLMediaBase::COMMAND_STOP);
206 mInternetStreamMedia->updateMedia(); 207 mInternetStreamMedia->updateMedia();