From b05a8c3403212a204eb09f9bcdec42a4e02f502e Mon Sep 17 00:00:00 2001
From: andreykproductengine <akleshchev@productengine.com>
Date: Mon, 19 Dec 2016 17:48:07 +0200
Subject: [PATCH] MAINT-7017 Stop All was preventing media from playing

---
 indra/newview/llviewermedia.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index 0a0af9c108a..434c8f1d8c6 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -931,7 +931,7 @@ void LLViewerMedia::setAllMediaPaused(bool val)
 {
     // Set "tentative" autoplay first.  We need to do this here or else
     // re-enabling won't start up the media below.
-    gSavedSettings.setBOOL("MediaTentativeAutoPlay", val);
+    gSavedSettings.setBOOL("MediaTentativeAutoPlay", !val);
 
     // Then
     impl_list::iterator iter = sViewerMediaImplList.begin();
-- 
GitLab