diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-09 00:42:44 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-09 00:42:44 +0300 |
commit | ff2721823fc091b3eccabba2886b90e30d9ec305 (patch) | |
tree | c8424f74a8e764bf28d78aa2db65d69e1ac6602b /indra/newview/llviewerparcelmediaautoplay.h | |
parent | fa1ae9fa1adfdaaa79c3093cf628eb08a99575bb (diff) |
SL-13579 Parcel media cannot be played if Media auto-play is set to No.
Diffstat (limited to 'indra/newview/llviewerparcelmediaautoplay.h')
-rw-r--r-- | indra/newview/llviewerparcelmediaautoplay.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerparcelmediaautoplay.h b/indra/newview/llviewerparcelmediaautoplay.h index cf8e9a97e7..d71fd4c075 100644 --- a/indra/newview/llviewerparcelmediaautoplay.h +++ b/indra/newview/llviewerparcelmediaautoplay.h @@ -39,7 +39,8 @@ public: static void playStarted(); private: - static void onStartMusicResponse(const LLUUID ®ion_id, const S32 &parcel_id, const std::string &url, const bool &play); + // for askToPlay + static void onStartMediaResponse(const LLUUID ®ion_id, const S32 &parcel_id, const std::string &url, const bool &play); private: S32 mLastParcelID; |