From bc2af6cd5dbc9213dc6ff4d5f751cb86d671c691 Mon Sep 17 00:00:00 2001 From: Arrehn Date: Wed, 28 Sep 2011 22:51:39 -0400 Subject: [PATCH] FIRE-1166, restart audio instead of unpausing, by Alexie Birman --- indra/newview/llstatusbar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index 0be8644026..0676973afc 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -654,7 +654,8 @@ void LLStatusBar::onClickStreamToggle(void* data) if (LLAudioEngine::AUDIO_PAUSED == gAudiop->isInternetStreamPlaying()) { // 'false' means unpause - gAudiop->pauseInternetStream(false); + //gAudiop->pauseInternetStream(false); + gAudiop->startInternetStream(LLViewerMedia::getParcelAudioURL()); } else { if (gSavedSettings.getBOOL("MediaEnableFilter"))