diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llmediaremotectrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llmediaremotectrl.cpp b/linden/indra/newview/llmediaremotectrl.cpp index 48715fc..27a686d 100644 --- a/linden/indra/newview/llmediaremotectrl.cpp +++ b/linden/indra/newview/llmediaremotectrl.cpp | |||
@@ -204,7 +204,7 @@ void LLMediaRemoteCtrl::enableMediaButtons() | |||
204 | } | 204 | } |
205 | } | 205 | } |
206 | 206 | ||
207 | if (gSavedSettings.getBOOL("AudioStreamingMusic") && gAudiop) | 207 | if (gSavedSettings.getBOOL("AudioStreamingMusic")) |
208 | { | 208 | { |
209 | if ( parcel && !parcel->getMusicURL().empty()) | 209 | if ( parcel && !parcel->getMusicURL().empty()) |
210 | { | 210 | { |