summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginclassmedia.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-08-22 20:46:45 +0800
committerErik Kundiman <erik@megapahit.org>2024-08-22 20:46:45 +0800
commit60f0e2894f311d310273aef6dc9743bec2fb7308 (patch)
tree698fc42770fa4c8356bc86a63cee1d472282c361 /indra/llplugin/llpluginclassmedia.h
parentf0de82fcf8a3718f557431610396b4e240787442 (diff)
parent78c6c73770202cedcc92d4b19bccd4ffe9075bef (diff)
Merge branch 'main' into 2024.06-atlasaurus
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
-rw-r--r--indra/llplugin/llpluginclassmedia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h
index 5d2f3bbb79..109f3880c5 100644
--- a/indra/llplugin/llpluginclassmedia.h
+++ b/indra/llplugin/llpluginclassmedia.h
@@ -311,6 +311,7 @@ public:
const std::string& getMediaName() const { return mMediaName; };
+ const std::string& getMediaNowPlaying() const { return mMediaNowPlaying; };
std::string getMediaDescription() const { return mMediaDescription; };
// Crash the plugin. If you use this outside of a testbed, you will be punished.
@@ -428,6 +429,7 @@ protected:
bool mCanPaste;
std::string mMediaName;
+ std::string mMediaNowPlaying;
std::string mMediaDescription;
LLColor4 mBackgroundColor;