diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-02-05 16:46:26 -0800 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-02-05 16:46:26 -0800 | 
| commit | 124c5359891152da8aaed4e856e20595d3414ab3 (patch) | |
| tree | 8bf335c8c67c3c6f0de379909875c7a1c75d1596 | |
| parent | e3344abb95802646912f357d214538966f3f2357 (diff) | |
EXT-4252 	 Streaming Audio lost after TP
reviewed by Rick
| -rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index 7ec650629d..cac233f694 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -1770,6 +1770,12 @@ void LLViewerParcelMgr::processParcelProperties(LLMessageSystem *msg, void **use  						{  							optionally_start_music(music_url);  						} +						else +						{ +							llinfos << "Stopping parcel music (invalid audio stream URL)" << llendl; +							// clears the URL  +							gAudiop->startInternetStream(LLStringUtil::null);  +						}  					}  					else if (!gAudiop->getInternetStreamURL().empty())  					{ | 
